diff options
Diffstat (limited to 'sys/pci/if_sis.c')
-rw-r--r-- | sys/pci/if_sis.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/pci/if_sis.c b/sys/pci/if_sis.c index c0417be..0068039 100644 --- a/sys/pci/if_sis.c +++ b/sys/pci/if_sis.c @@ -58,6 +58,10 @@ __FBSDID("$FreeBSD$"); * longword aligned. */ +#ifdef HAVE_KERNEL_OPTION_HEADERS +#include "opt_device_polling.h" +#endif + #include <sys/param.h> #include <sys/systm.h> #include <sys/sockio.h> |