summaryrefslogtreecommitdiffstats
path: root/sys/net
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2008-11-06 15:26:09 +0000
committerbz <bz@FreeBSD.org>2008-11-06 15:26:09 +0000
commitc6a123e24acb0ecb46ac0558d7b0ea7a66b2036a (patch)
tree2da699a9b10ce00717607d7ffa27a11812d9448f /sys/net
parent78d9aa925e115d46e8408476c46d172dc9d28680 (diff)
downloadFreeBSD-src-c6a123e24acb0ecb46ac0558d7b0ea7a66b2036a.zip
FreeBSD-src-c6a123e24acb0ecb46ac0558d7b0ea7a66b2036a.tar.gz
Include if_arp.h for IFP2AC so that the netgraph parts in if.c
are happy even if compiled without INET or INET6. MFC after: 2 months
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/if.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/if.c b/sys/net/if.c
index e8e00e0..eb428ff 100644
--- a/sys/net/if.c
+++ b/sys/net/if.c
@@ -60,6 +60,7 @@
#include <machine/stdarg.h>
#include <net/if.h>
+#include <net/if_arp.h>
#include <net/if_clone.h>
#include <net/if_dl.h>
#include <net/if_types.h>
OpenPOWER on IntegriCloud