diff options
Diffstat (limited to 'sys/pci/if_xl.c')
-rw-r--r-- | sys/pci/if_xl.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/pci/if_xl.c b/sys/pci/if_xl.c index e49997a..91ff05e 100644 --- a/sys/pci/if_xl.c +++ b/sys/pci/if_xl.c @@ -101,6 +101,10 @@ __FBSDID("$FreeBSD$"); * PCI-based NICs. */ +#ifdef HAVE_KERNEL_OPTION_HEADERS +#include "opt_device_polling.h" +#endif + #include <sys/param.h> #include <sys/systm.h> #include <sys/sockio.h> |