aboutsummaryrefslogtreecommitdiff
path: root/sys/pci
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-09-02 01:19:47 +0000
committerBruce Evans <bde@FreeBSD.org>1997-09-02 01:19:47 +0000
commit4d1d4912aefc1c973eb9cebba9abd31b1e29d553 (patch)
tree1590ff9881d182abd8ee36333020254371b5c5e1 /sys/pci
parent85a3d7d441341c54e7082307bf7d6a8f0c9cb37f (diff)
downloadsrc-4d1d4912aefc1c973eb9cebba9abd31b1e29d553.tar.gz
src-4d1d4912aefc1c973eb9cebba9abd31b1e29d553.zip
Added used #include - don't depend on <sys/mbuf.h> including
<sys/malloc.h> (unless we only use the bogusly shared M*WAIT flags).
Notes
Notes: svn path=/head/; revision=29024
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/if_en_pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/pci/if_en_pci.c b/sys/pci/if_en_pci.c
index 8f466ffcfc31..bebff3fe7789 100644
--- a/sys/pci/if_en_pci.c
+++ b/sys/pci/if_en_pci.c
@@ -62,6 +62,7 @@
*/
#include <sys/devconf.h>
#endif
+#include <sys/malloc.h>
#include <sys/mbuf.h>
#include <sys/socket.h>
#include <sys/socketvar.h>