diff options
Diffstat (limited to 'cpu')
-rw-r--r-- | cpu/syscall.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/syscall.c b/cpu/syscall.c index 4682c53..c072053 100644 --- a/cpu/syscall.c +++ b/cpu/syscall.c @@ -13,6 +13,7 @@ #include <scalls/msleep.h> #include <scalls/ppoll.h> #include <scalls/shm.h> +#include <scalls/ftruncate.h> #include <scalls/socket.h> #include <scalls/stat.h> #include <scalls/uptime.h> |