Date: Thu, 6 Nov 2008 15:26:09 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r184726 - head/sys/net Message-ID: <200811061526.mA6FQ9tR058850@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811061526.mA6FQ9tR058850>