diff options
Diffstat (limited to 'kern/list.h')
-rw-r--r-- | kern/list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/list.h b/kern/list.h index 8cd5a2d7..c31b71a7 100644 --- a/kern/list.h +++ b/kern/list.h @@ -22,11 +22,11 @@ #define _KERN_LIST_H #include <stdbool.h> +#include <stddef.h> #include <kern/list_types.h> #include <kern/llsync.h> #include <kern/macros.h> -#include <kern/stddef.h> /* * Structure used as both head and node. |