diff options
Diffstat (limited to 'src/shared/syscalls.h')
-rw-r--r-- | src/shared/syscalls.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/shared/syscalls.h b/src/shared/syscalls.h index 36588b6..2c1648e 100644 --- a/src/shared/syscalls.h +++ b/src/shared/syscalls.h @@ -1,10 +1,7 @@ #pragma once +#include <shared/types.h> #include <stddef.h> -#ifndef TYPES_INCLUDED -# error "please include <kernel/types.h> or <init/types.h> before this file" -#endif - typedef int handle_t; enum { |