summaryrefslogtreecommitdiff
path: root/kernel/cpu/syscall.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/cpu/syscall.c')
-rw-r--r--kernel/cpu/syscall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/cpu/syscall.c b/kernel/cpu/syscall.c
index b981d5b..3fe0766 100644
--- a/kernel/cpu/syscall.c
+++ b/kernel/cpu/syscall.c
@@ -9,11 +9,11 @@
#include <interrupts.h>
#include <kmalloc.h>
#include <network/ethernet.h>
+#include <network/tcp.h>
#include <socket.h>
#include <string.h>
#include <syscalls.h>
#include <typedefs.h>
-#include <network/tcp.h>
#pragma GCC diagnostic ignored "-Wpedantic"