diff options
Diffstat (limited to 'sys/dev/ixgb/if_ixgb.c')
-rw-r--r-- | sys/dev/ixgb/if_ixgb.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/ixgb/if_ixgb.c b/sys/dev/ixgb/if_ixgb.c index d273542..eb7d8be 100644 --- a/sys/dev/ixgb/if_ixgb.c +++ b/sys/dev/ixgb/if_ixgb.c @@ -33,6 +33,10 @@ POSSIBILITY OF SUCH DAMAGE. /*$FreeBSD$*/ +#ifdef HAVE_KERNEL_OPTION_HEADERS +#include "opt_device_polling.h" +#endif + #include <dev/ixgb/if_ixgb.h> /********************************************************************* |