attempt to make compile on sunos

This commit is contained in:
Andrew Pamment 2018-05-27 11:15:50 +10:00
parent 9345eb5160
commit 4cd6ca354c

View File

@ -44,7 +44,7 @@
#elif defined(_WIN32)
#include <winsock.h>
#endif
#if defined(__APPLE__)
#if defined(__APPLE__) || defined(__sun)
#undef _REENTRANT
#endif