diff options
author | kmacy <kmacy@FreeBSD.org> | 2007-12-16 21:22:24 +0000 |
---|---|---|
committer | kmacy <kmacy@FreeBSD.org> | 2007-12-16 21:22:24 +0000 |
commit | ab4dffd44abeb94126f6f18c714379bb54555df4 (patch) | |
tree | 5f2280b70e8b3d597cdc7d447a10326e97de7106 | |
parent | 9fdfb0b939d91e09eb7d1befdf643659ae880d42 (diff) | |
download | FreeBSD-src-ab4dffd44abeb94126f6f18c714379bb54555df4.zip FreeBSD-src-ab4dffd44abeb94126f6f18c714379bb54555df4.tar.gz |
Include cdefs.h and param.h for architectures with less header pollution
-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 |