summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/if_ep.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-09-02 01:19:47 +0000
committerbde <bde@FreeBSD.org>1997-09-02 01:19:47 +0000
commita6e315b69dfdc4c7f71de3677f7b514b13a8f14b (patch)
tree7f975d1ffc24ccc90452c302411ff8a7edf31d6d /sys/i386/isa/if_ep.c
parentfbe22340d62ac20a62195e2175fd90f344a7457e (diff)
downloadFreeBSD-src-a6e315b69dfdc4c7f71de3677f7b514b13a8f14b.zip
FreeBSD-src-a6e315b69dfdc4c7f71de3677f7b514b13a8f14b.tar.gz
Added used #include - don't depend on <sys/mbuf.h> including
<sys/malloc.h> (unless we only use the bogusly shared M*WAIT flags).
Diffstat (limited to 'sys/i386/isa/if_ep.c')
-rw-r--r--sys/i386/isa/if_ep.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/isa/if_ep.c b/sys/i386/isa/if_ep.c
index f1af488..2b1d5d4 100644
--- a/sys/i386/isa/if_ep.c
+++ b/sys/i386/isa/if_ep.c
@@ -38,7 +38,7 @@
*/
/*
- * $Id: if_ep.c,v 1.58 1997/03/24 11:32:45 bde Exp $
+ * $Id: if_ep.c,v 1.59 1997/07/20 14:09:58 bde Exp $
*
* Promiscuous mode added and interrupt logic slightly changed
* to reduce the number of adapter failures. Transceiver select
@@ -66,6 +66,7 @@
#include <sys/systm.h>
#include <sys/conf.h>
#endif
+#include <sys/malloc.h>
#include <sys/mbuf.h>
#include <sys/socket.h>
#include <sys/sockio.h>
OpenPOWER on IntegriCloud