diff options
Diffstat (limited to 'src/user/lib/stdlib.c')
-rw-r--r-- | src/user/lib/stdlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user/lib/stdlib.c b/src/user/lib/stdlib.c index e947486..943af01 100644 --- a/src/user/lib/stdlib.c +++ b/src/user/lib/stdlib.c @@ -1,5 +1,5 @@ +#include <camellia/syscalls.h> #include <shared/printf.h> -#include <shared/syscalls.h> #include <user/lib/stdlib.h> // TODO oh god this garbage - malloc, actually open, [...] |