aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fxp
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2005-10-05 10:09:17 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2005-10-05 10:09:17 +0000
commitf0796cd26c51af84618836d41f9e37a310323c6e (patch)
tree4da500a63f4294917b4cd16805f3184b105af0b7 /sys/dev/fxp
parent2afb277f09e70f6f520d54a538a1459bcb8d16e4 (diff)
Notes
Diffstat (limited to 'sys/dev/fxp')
-rw-r--r--sys/dev/fxp/if_fxp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c
index 133a96a70121f..638c8df43283e 100644
--- a/sys/dev/fxp/if_fxp.c
+++ b/sys/dev/fxp/if_fxp.c
@@ -34,6 +34,10 @@ __FBSDID("$FreeBSD$");
* Intel EtherExpress Pro/100B PCI Fast Ethernet driver
*/
+#ifdef HAVE_KERNEL_OPTION_HEADERS
+#include "opt_device_polling.h"
+#endif
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/endian.h>