Move types.h include before ifaddres.h for u_int declaration
This commit is contained in:
parent
be5d37c597
commit
9ac5a01c73
1 changed files with 1 additions and 1 deletions
|
@ -26,6 +26,7 @@
|
|||
#include <windows.h>
|
||||
#include <ws2tcpip.h>
|
||||
#else
|
||||
#include <sys/types.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <ifaddrs.h>
|
||||
#include <limits.h>
|
||||
|
@ -35,7 +36,6 @@
|
|||
#include <sys/fcntl.h>
|
||||
#include <sys/mman.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue