svn commit: r195691 - head/sys/dev/e1000
Bjoern A. Zeeb
bz at FreeBSD.org
Tue Jul 14 19:32:38 UTC 2009
Author: bz
Date: Tue Jul 14 19:32:36 2009
New Revision: 195691
URL: http://svn.freebsd.org/changeset/base/195691
Log:
Re-add opt_inet.h, as we did in r193862 and lost yet again.
Approved by: re (kib)
Modified:
head/sys/dev/e1000/if_igb.c
Modified: head/sys/dev/e1000/if_igb.c
==============================================================================
--- head/sys/dev/e1000/if_igb.c Tue Jul 14 19:18:31 2009 (r195690)
+++ head/sys/dev/e1000/if_igb.c Tue Jul 14 19:32:36 2009 (r195691)
@@ -35,6 +35,7 @@
#ifdef HAVE_KERNEL_OPTION_HEADERS
#include "opt_device_polling.h"
+#include "opt_inet.h"
#endif
#include <sys/param.h>
More information about the svn-src-head
mailing list