artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2348d65
)
don't rely on mbuf.h to pull in pool.h here either
author
blambert
<blambert@openbsd.org>
Sun, 1 Aug 2010 05:30:13 +0000
(
05:30
+0000)
committer
blambert
<blambert@openbsd.org>
Sun, 1 Aug 2010 05:30:13 +0000
(
05:30
+0000)
ok miod@
usr.bin/systat/mbufs.c
patch
|
blob
|
history
diff --git
a/usr.bin/systat/mbufs.c
b/usr.bin/systat/mbufs.c
index
6a7a87e
..
2bbbbc9
100644
(file)
--- a/
usr.bin/systat/mbufs.c
+++ b/
usr.bin/systat/mbufs.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: mbufs.c,v 1.2
7 2010/08/01 03:09:48 chl
Exp $ */
+/* $OpenBSD: mbufs.c,v 1.2
8 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>