diff options
-rw-r--r-- | sys/sys/malloc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/malloc.h b/sys/sys/malloc.h index 19ae149..eab2cf2 100644 --- a/sys/sys/malloc.h +++ b/sys/sys/malloc.h @@ -35,6 +35,7 @@ #ifndef _SYS_MALLOC_H_ #define _SYS_MALLOC_H_ +#include <sys/param.h> #include <sys/queue.h> #include <sys/_lock.h> #include <sys/_mutex.h> |