Replaced 'linux' with '__unix__' because the same header files are included on macOS as well.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
#ifdef linux
|
||||
#ifdef __unix__
|
||||
#include <arpa/inet.h>
|
||||
#endif
|
||||
#ifdef _WIN32
|
||||
|
Reference in New Issue
Block a user