diff --git a/sys/dev/cxgb/cxgb_main.c b/sys/dev/cxgb/cxgb_main.c index 09cffc829cc3..ef77dd558237 100644 --- a/sys/dev/cxgb/cxgb_main.c +++ b/sys/dev/cxgb/cxgb_main.c @@ -75,7 +75,9 @@ __FBSDID("$FreeBSD$"); #include -#include +#include +#include + #ifdef CONFIG_DEFINED #include #include diff --git a/sys/dev/cxgb/cxgb_sge.c b/sys/dev/cxgb/cxgb_sge.c index 418bf4f84d63..e41148a8261b 100644 --- a/sys/dev/cxgb/cxgb_sge.c +++ b/sys/dev/cxgb/cxgb_sge.c @@ -59,7 +59,9 @@ __FBSDID("$FreeBSD$"); #include #include -#include +#include +#include + #ifdef CONFIG_DEFINED #include #include