diff options
Diffstat (limited to 'src/user/lib/include/tce/syscall.h')
-rw-r--r-- | src/user/lib/include/tce/syscall.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/user/lib/include/tce/syscall.h b/src/user/lib/include/tce/syscall.h index 7cb4381..7bcdd2b 100644 --- a/src/user/lib/include/tce/syscall.h +++ b/src/user/lib/include/tce/syscall.h @@ -2,6 +2,7 @@ #define DEF_SYSCALL_H #include <types.h> +#include <tce/syscalls.h> #define NEW_STACK_SIZE 0x8000 |