diff options
-rw-r--r-- | sys/dev/cxgb/cxgb_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/cxgb/cxgb_main.c b/sys/dev/cxgb/cxgb_main.c index 92e5f2f..810d843 100644 --- a/sys/dev/cxgb/cxgb_main.c +++ b/sys/dev/cxgb/cxgb_main.c @@ -84,7 +84,9 @@ __FBSDID("$FreeBSD$"); #include <sys/priv.h> #endif +#ifdef IFNET_MULTIQUEUE #include <machine/intr_machdep.h> +#endif static int cxgb_setup_msix(adapter_t *, int); static void cxgb_teardown_msix(adapter_t *); |