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