aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/igmp.c
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/netinet/igmp.c
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/netinet/igmp.c')
-rw-r--r--sys/netinet/igmp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/igmp.c b/sys/netinet/igmp.c
index 2af8b7038eca..73ac845b1e0f 100644
--- a/sys/netinet/igmp.c
+++ b/sys/netinet/igmp.c
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* @(#)igmp.c 8.1 (Berkeley) 7/19/93
- * $Id$
+ * $Id: igmp.c,v 1.21 1997/02/22 09:41:26 peter Exp $
*/
/*
@@ -51,6 +51,7 @@
#include <sys/param.h>
#include <sys/systm.h>
+#include <sys/malloc.h>
#include <sys/mbuf.h>
#include <sys/socket.h>
#include <sys/protosw.h>