diff --git a/sys/dev/cxgb/cxgb_main.c b/sys/dev/cxgb/cxgb_main.c index 4520a9303dc3..09cffc829cc3 100644 --- a/sys/dev/cxgb/cxgb_main.c +++ b/sys/dev/cxgb/cxgb_main.c @@ -73,10 +73,15 @@ __FBSDID("$FreeBSD$"); #include #include + +#include +#include #ifdef CONFIG_DEFINED #include +#include #else #include +#include #endif #ifdef PRIV_SUPPORTED