summaryrefslogtreecommitdiff
path: root/usr.bin/systat
diff options
context:
space:
mode:
authorBret Lambert <blambert@cvs.openbsd.org>2010-08-01 05:30:14 +0000
committerBret Lambert <blambert@cvs.openbsd.org>2010-08-01 05:30:14 +0000
commit3409f4b026176c8bee23ee4a5aaabf2a4c7fd75a (patch)
treeeca2bd56f89fe30cf6b9ee86a6e9056c3d95669b /usr.bin/systat
parent4047097ecedcc0ab65bf6120a80dcee855a5eab8 (diff)
don't rely on mbuf.h to pull in pool.h here either
ok miod@
Diffstat (limited to 'usr.bin/systat')
-rw-r--r--usr.bin/systat/mbufs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/systat/mbufs.c b/usr.bin/systat/mbufs.c
index 6a7a87ef8b6..2bbbbc979a0 100644
--- a/usr.bin/systat/mbufs.c
+++ b/usr.bin/systat/mbufs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mbufs.c,v 1.27 2010/08/01 03:09:48 chl Exp $ */
+/* $OpenBSD: mbufs.c,v 1.28 2010/08/01 05:30:13 blambert Exp $ */
/*
* Copyright (c) 2008 Can Erkin Acar <canacar@openbsd.org>
*
@@ -19,6 +19,7 @@
#include <sys/socket.h>
#include <sys/sysctl.h>
#include <sys/mbuf.h>
+#include <sys/pool.h>
#include <net/if.h>
#include <err.h>