From c6a123e24acb0ecb46ac0558d7b0ea7a66b2036a Mon Sep 17 00:00:00 2001 From: bz Date: Thu, 6 Nov 2008 15:26:09 +0000 Subject: 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 --- sys/net/if.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/net') 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 #include +#include #include #include #include -- cgit v1.1