diff options
Diffstat (limited to 'kern/condition.h')
-rw-r--r-- | kern/condition.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kern/condition.h b/kern/condition.h index 4e7f7f0f..a61c2a9d 100644 --- a/kern/condition.h +++ b/kern/condition.h @@ -21,10 +21,11 @@ #ifndef _KERN_CONDITION_H #define _KERN_CONDITION_H +#include <stddef.h> + #include <kern/condition_types.h> #include <kern/list.h> #include <kern/spinlock.h> -#include <kern/stddef.h> static inline void condition_init(struct condition *condition) |