diff options
Diffstat (limited to 'kernel/cpu')
-rw-r--r-- | kernel/cpu/syscall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/cpu/syscall.c b/kernel/cpu/syscall.c index 6b4f437..8e17ae1 100644 --- a/kernel/cpu/syscall.c +++ b/kernel/cpu/syscall.c @@ -18,10 +18,10 @@ #include <scalls/recvfrom.h> #include <scalls/sendto.h> #include <scalls/shm.h> +#include <scalls/sigaction.h> #include <scalls/socket.h> #include <scalls/stat.h> #include <scalls/uptime.h> -#include <scalls/sigaction.h> #include <stdint.h> #include <string.h> |