summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2009-07-14 19:32:36 +0000
committerbz <bz@FreeBSD.org>2009-07-14 19:32:36 +0000
commit67487d4dab950911d05a525125fd7353b02e6fac (patch)
tree6cea3087ed064be52d8aa260803708219a0bc504
parent7218ddf6695c09dba89f9db93ab7c13e55bfb200 (diff)
downloadFreeBSD-src-67487d4dab950911d05a525125fd7353b02e6fac.zip
FreeBSD-src-67487d4dab950911d05a525125fd7353b02e6fac.tar.gz
Re-add opt_inet.h, as we did in r193862 and lost yet again.
Approved by: re (kib)
-rw-r--r--sys/dev/e1000/if_igb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/e1000/if_igb.c b/sys/dev/e1000/if_igb.c
index 0924eda..0ce17b7 100644
--- a/sys/dev/e1000/if_igb.c
+++ b/sys/dev/e1000/if_igb.c
@@ -35,6 +35,7 @@
#ifdef HAVE_KERNEL_OPTION_HEADERS
#include "opt_device_polling.h"
+#include "opt_inet.h"
#endif
#include <sys/param.h>
OpenPOWER on IntegriCloud