Commit 2a7d9970 authored by Max Kellermann's avatar Max Kellermann

listen: explicitly include sys/socket.h

parent b19a8505
......@@ -35,6 +35,7 @@
#include <winsock.h>
#else
#include <netinet/in.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <netdb.h>
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment