diff options
author | Alex AUVOLAT <alexis211@gmail.com> | 2012-05-04 21:02:43 +0200 |
---|---|---|
committer | Alex AUVOLAT <alexis211@gmail.com> | 2012-05-04 21:02:43 +0200 |
commit | 68940415ee0932a68e2c3fb4fe0dc8b711e67d7c (patch) | |
tree | 6b5aadd621bd4cd4a00850247d35757709d83893 /src/user/lib/include | |
parent | a9bb8d1be024730fc4687aab78a8e5cb54b4f05e (diff) | |
download | TCE-68940415ee0932a68e2c3fb4fe0dc8b711e67d7c.tar.gz TCE-68940415ee0932a68e2c3fb4fe0dc8b711e67d7c.zip |
Preparations.
Diffstat (limited to 'src/user/lib/include')
-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 |