Fix the previous revision (system header inclusion cleanup), it
doesn't compile on crufty old systems.
This commit is contained in:
parent
f4e018b6ee
commit
acad2240e0
4 changed files with 8 additions and 4 deletions
|
@ -39,10 +39,11 @@
|
|||
#include <winsock2.h>
|
||||
#undef NS_ALL
|
||||
#else
|
||||
#include <arpa/inet.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netdb.h>
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <netdb.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue