summaryrefslogtreecommitdiffstats
path: root/sys/dev/e1000
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2008-12-07 21:32:56 +0000
committerthompsa <thompsa@FreeBSD.org>2008-12-07 21:32:56 +0000
commitf2a032ddcc8d071c1101df532ecd4eb3ea478e4e (patch)
tree22a02e4a6e005aff1d6d775ed96a44cc8d0d975a /sys/dev/e1000
parent598b522b42d772cdb7895eda77507500d0507864 (diff)
downloadFreeBSD-src-f2a032ddcc8d071c1101df532ecd4eb3ea478e4e.zip
FreeBSD-src-f2a032ddcc8d071c1101df532ecd4eb3ea478e4e.tar.gz
Restore opt_inet.h include which was lost in the last commit.
Diffstat (limited to 'sys/dev/e1000')
-rw-r--r--sys/dev/e1000/if_em.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/e1000/if_em.c b/sys/dev/e1000/if_em.c
index c962358..f0cd60f 100644
--- a/sys/dev/e1000/if_em.c
+++ b/sys/dev/e1000/if_em.c
@@ -34,6 +34,7 @@
#ifdef HAVE_KERNEL_OPTION_HEADERS
#include "opt_device_polling.h"
+#include "opt_inet.h"
#endif
#include <sys/param.h>
OpenPOWER on IntegriCloud