diff options
author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2008-11-06 15:26:09 +0000 |
---|---|---|
committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2008-11-06 15:26:09 +0000 |
commit | 5a97c9d46c8b31fcc9a68c5ba31f48926f033f23 (patch) | |
tree | 2da699a9b10ce00717607d7ffa27a11812d9448f /sys/net | |
parent | 91d6cfa6b14fa2941ba44e4cd52e7916ac0d636d (diff) | |
download | src-5a97c9d46c8b31fcc9a68c5ba31f48926f033f23.tar.gz src-5a97c9d46c8b31fcc9a68c5ba31f48926f033f23.zip |
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
Notes
Notes:
svn path=/head/; revision=184726
Diffstat (limited to 'sys/net')
-rw-r--r-- | sys/net/if.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <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> |