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
This commit is contained in:
Bjoern A. Zeeb 2008-11-06 15:26:09 +00:00
parent 91d6cfa6b1
commit 5a97c9d46c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=184726

View File

@ -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>