summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fw.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-10-12 19:49:43 +0000
committerbde <bde@FreeBSD.org>1996-10-12 19:49:43 +0000
commit8c49d9975c6bbd7704d4d1247e57ce623ee4dbf9 (patch)
tree715865e54cd9bdfcb3c50cf8433ebb6486247758 /sys/netinet/ip_fw.c
parenta642135de9649b69941f77b4bac4756d39929ece (diff)
downloadFreeBSD-src-8c49d9975c6bbd7704d4d1247e57ce623ee4dbf9.zip
FreeBSD-src-8c49d9975c6bbd7704d4d1247e57ce623ee4dbf9.tar.gz
Removed nested include if <sys/socket.h> from <net/if.h> and
<net/if_arp.h> and fixed the things that depended on it. The nested include just allowed unportable programs to compile and made my simple #include checking program report that networking code doesn't need to include <sys/socket.h>.
Diffstat (limited to 'sys/netinet/ip_fw.c')
-rw-r--r--sys/netinet/ip_fw.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/ip_fw.c b/sys/netinet/ip_fw.c
index 811127f..77739b4 100644
--- a/sys/netinet/ip_fw.c
+++ b/sys/netinet/ip_fw.c
@@ -12,7 +12,7 @@
*
* This software is provided ``AS IS'' without any warranties of any kind.
*
- * $Id: ip_fw.c,v 1.49 1996/08/31 21:05:20 alex Exp $
+ * $Id: ip_fw.c,v 1.50 1996/10/12 19:38:50 alex Exp $
*/
/*
@@ -29,6 +29,7 @@
#include <sys/mbuf.h>
#include <sys/queue.h>
#include <sys/kernel.h>
+#include <sys/socket.h>
#include <sys/time.h>
#include <sys/sysctl.h>
#include <net/if.h>
OpenPOWER on IntegriCloud