summaryrefslogtreecommitdiff
path: root/userland/snake/snake.c
diff options
context:
space:
mode:
Diffstat (limited to 'userland/snake/snake.c')
-rw-r--r--userland/snake/snake.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/userland/snake/snake.c b/userland/snake/snake.c
index 7bfb312..be688eb 100644
--- a/userland/snake/snake.c
+++ b/userland/snake/snake.c
@@ -4,7 +4,7 @@
#include <libgui.h>
#include <poll.h>
#include <pty.h>
-#include <socket.h>
+#include <sys/socket.h>
#include <stddef.h>
#include <stdint.h>
#include <stdio.h>