net.c: include some more headers on non-windows platforms

parent de6ad25b
......@@ -47,6 +47,9 @@
# endif
#else
# include <sys/socket.h>
# include <netinet/in.h>
# include <arpa/inet.h>
# include <netdb.h>
#endif
#ifdef HAVE_UNISTD_H
......
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