diff options
Diffstat (limited to 'kern')
-rw-r--r-- | kern/syscall_subr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kern/syscall_subr.h b/kern/syscall_subr.h index 4ac9489..2d2da14 100644 --- a/kern/syscall_subr.h +++ b/kern/syscall_subr.h @@ -24,6 +24,8 @@ * the rights to redistribute these changes. */ +#include <kern/kern_types.h> + #ifndef _KERN_SYSCALL_SUBR_H_ #define _KERN_SYSCALL_SUBR_H_ |