From 04b25f8e3e5f671edac6b944c53a33ca8e4056e1 Mon Sep 17 00:00:00 2001 From: Kip Macy Date: Sun, 16 Dec 2007 18:36:57 +0000 Subject: [PATCH] need M_IOVEC define --- sys/dev/cxgb/cxgb_main.c | 5 +++++ 1 file changed, 5 insertions(+) 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