diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2005-10-05 10:09:17 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2005-10-05 10:09:17 +0000 |
| commit | f0796cd26c51af84618836d41f9e37a310323c6e (patch) | |
| tree | 4da500a63f4294917b4cd16805f3184b105af0b7 /sys/pci/if_ste.c | |
| parent | 2afb277f09e70f6f520d54a538a1459bcb8d16e4 (diff) | |
Notes
Diffstat (limited to 'sys/pci/if_ste.c')
| -rw-r--r-- | sys/pci/if_ste.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/pci/if_ste.c b/sys/pci/if_ste.c index f80e676df30e..02815b9df73b 100644 --- a/sys/pci/if_ste.c +++ b/sys/pci/if_ste.c @@ -33,6 +33,10 @@ #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); +#ifdef HAVE_KERNEL_OPTION_HEADERS +#include "opt_device_polling.h" +#endif + #include <sys/param.h> #include <sys/systm.h> #include <sys/sockio.h> |
