diff --git a/sys/dev/cxgb/cxgb_main.c b/sys/dev/cxgb/cxgb_main.c index 09cffc829cc..ef77dd55823 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 418bf4f84d6..e41148a8261 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