From ab4dffd44abeb94126f6f18c714379bb54555df4 Mon Sep 17 00:00:00 2001 From: kmacy Date: Sun, 16 Dec 2007 21:22:24 +0000 Subject: Include cdefs.h and param.h for architectures with less header pollution --- sys/dev/cxgb/cxgb_include.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/dev/cxgb/cxgb_include.h b/sys/dev/cxgb/cxgb_include.h index 4514072..6b20d23 100644 --- a/sys/dev/cxgb/cxgb_include.h +++ b/sys/dev/cxgb/cxgb_include.h @@ -3,6 +3,8 @@ */ +#include +#include #include #include #ifdef CONFIG_DEFINED -- cgit v1.1