From 5a97c9d46c8b31fcc9a68c5ba31f48926f033f23 Mon Sep 17 00:00:00 2001 From: "Bjoern A. Zeeb" Date: Thu, 6 Nov 2008 15:26:09 +0000 Subject: [PATCH] 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(+) diff --git a/sys/net/if.c b/sys/net/if.c index e8e00e04dcd5..eb428ffd8fa9 100644 --- a/sys/net/if.c +++ b/sys/net/if.c @@ -60,6 +60,7 @@ #include #include +#include #include #include #include