mirror of
https://github.com/UberGames/ioef.git
synced 2025-05-31 01:11:01 +00:00
Ok, getifaddrs() is not POSIX compliant. Fix #3984 as suggested by Vincent Cojot
This commit is contained in:
parent
fd4cf3b783
commit
48b03a035b
2 changed files with 3 additions and 8 deletions
|
@ -25,6 +25,9 @@
|
|||
#define uint32_t UINT32
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#ifdef __sun
|
||||
#define _POSIX_C_SOURCE 199309L
|
||||
#endif
|
||||
#include <sys/mman.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue