diff options
Diffstat (limited to 'userland/terminal/term.c')
-rw-r--r-- | userland/terminal/term.c | 2 |
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> |