fix aix compile
This commit is contained in:
parent
4d44402333
commit
aa16730d23
|
@ -28,7 +28,7 @@
|
|||
|
||||
#ifndef WIN32
|
||||
#include <arpa/inet.h>
|
||||
#if defined(__OpenBSD__) || defined(__FreeBSD__)
|
||||
#if defined(__OpenBSD__) || defined(__FreeBSD__) || defined(_AIX)
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
#include <pwd.h>
|
||||
|
|
Loading…
Reference in New Issue