Commit 1c6f23eb authored by Dominik Charousset's avatar Dominik Charousset

Re-organize headers to fix build on Mountain Lion

parent 5692902c
...@@ -36,14 +36,14 @@ ...@@ -36,14 +36,14 @@
# pragma comment(lib, "ws2_32.lib") # pragma comment(lib, "ws2_32.lib")
# pragma comment(lib, "iphlpapi.lib") # pragma comment(lib, "iphlpapi.lib")
#else #else
# include <sys/socket.h>
# include <netinet/in.h>
# include <net/if.h> # include <net/if.h>
# include <unistd.h> # include <unistd.h>
# include <netdb.h> # include <netdb.h>
# include <ifaddrs.h> # include <ifaddrs.h>
# include <sys/ioctl.h> # include <sys/ioctl.h>
# include <arpa/inet.h> # include <arpa/inet.h>
# include <netinet/in.h>
# include <sys/socket.h>
#endif #endif
#include <memory> #include <memory>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment