summaryrefslogtreecommitdiff
path: root/userland/ante/ante.c
diff options
context:
space:
mode:
Diffstat (limited to 'userland/ante/ante.c')
-rw-r--r--userland/ante/ante.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/userland/ante/ante.c b/userland/ante/ante.c
index b5f4eab..0233e32 100644
--- a/userland/ante/ante.c
+++ b/userland/ante/ante.c
@@ -3,7 +3,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>