diff options
Diffstat (limited to 'otherlibs/unix/listen.c')
-rw-r--r-- | otherlibs/unix/listen.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/otherlibs/unix/listen.c b/otherlibs/unix/listen.c index 969c2b844..f8db79407 100644 --- a/otherlibs/unix/listen.c +++ b/otherlibs/unix/listen.c @@ -16,6 +16,8 @@ #ifdef HAS_SOCKETS +#include <sys/socket.h> + value unix_listen(sock, backlog) value sock, backlog; { |