diff options
Diffstat (limited to 'userland/windowserver/ws.c')
-rw-r--r-- | userland/windowserver/ws.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/userland/windowserver/ws.c b/userland/windowserver/ws.c index 4e5905e..b177358 100644 --- a/userland/windowserver/ws.c +++ b/userland/windowserver/ws.c @@ -5,7 +5,7 @@ #include <fcntl.h> #include <math.h> #include <poll.h> -#include <socket.h> +#include <sys/socket.h> #include <stddef.h> #include <stdint.h> #include <stdio.h> |