diff --git a/sys/dev/cxgb/sys/uipc_mvec.c b/sys/dev/cxgb/sys/uipc_mvec.c index fc406d8d295..a83fbcbf84c 100644 --- a/sys/dev/cxgb/sys/uipc_mvec.c +++ b/sys/dev/cxgb/sys/uipc_mvec.c @@ -44,6 +44,9 @@ __FBSDID("$FreeBSD$"); #include #include "opt_zero.h" +#include +#include + #ifdef DEBUG #define DPRINTF printf #else