diff options
-rw-r--r-- | sys/dev/cxgb/cxgb_include.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <sys/cdefs.h> +#include <sys/param.h> #include <sys/types.h> #include <machine/bus.h> #ifdef CONFIG_DEFINED |