summaryrefslogtreecommitdiff
path: root/usr.bin/netstat
diff options
context:
space:
mode:
authorStuart Henderson <sthen@cvs.openbsd.org>2016-04-04 16:26:01 +0000
committerStuart Henderson <sthen@cvs.openbsd.org>2016-04-04 16:26:01 +0000
commit1dfa8721a635e937f98d5271a832165af6dc4678 (patch)
tree2b564b475751d06637124709a1197270855f5450 /usr.bin/netstat
parent4e02769db96ead5e7b5091ecae38284559ac8afb (diff)
Add sys/queue.h where it's needed. Unbreak userland following recent
removal from mbuf.h. ok mpi@
Diffstat (limited to 'usr.bin/netstat')
-rw-r--r--usr.bin/netstat/mbuf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/netstat/mbuf.c b/usr.bin/netstat/mbuf.c
index f53b2940697..7f2b76e5f76 100644
--- a/usr.bin/netstat/mbuf.c
+++ b/usr.bin/netstat/mbuf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mbuf.c,v 1.36 2015/09/04 08:21:01 mpi Exp $ */
+/* $OpenBSD: mbuf.c,v 1.37 2016/04/04 16:26:00 sthen Exp $ */
/* $NetBSD: mbuf.c,v 1.9 1996/05/07 02:55:03 thorpej Exp $ */
/*
@@ -31,6 +31,7 @@
*/
#include <sys/socket.h>
+#include <sys/queue.h>
#include <sys/mbuf.h>
#include <sys/protosw.h>
#include <sys/pool.h>