Author: bz Date: Thu Nov 6 15:26:09 2008 New Revision: 184726 URL: http://svn.freebsd.org/changeset/base/184726
Log: 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 Modified: head/sys/net/if.c Modified: head/sys/net/if.c ============================================================================== --- head/sys/net/if.c Thu Nov 6 13:34:49 2008 (r184725) +++ head/sys/net/if.c Thu Nov 6 15:26:09 2008 (r184726) @@ -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> _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"