diff options
Diffstat (limited to 'userland/libc/include/socket.h')
-rw-r--r-- | userland/libc/include/socket.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/userland/libc/include/socket.h b/userland/libc/include/socket.h index 2bf6345..bee592b 100644 --- a/userland/libc/include/socket.h +++ b/userland/libc/include/socket.h @@ -8,6 +8,7 @@ #define AF_LOCAL AF_UNIX #define SOCK_DGRAM 0 +#define SOCK_STREAM 1 #define INADDR_ANY 0 |