diff options
Diffstat (limited to 'src/common/Common.h')
-rw-r--r-- | src/common/Common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Common.h b/src/common/Common.h index 8b681af3054..dcbd246ebb3 100644 --- a/src/common/Common.h +++ b/src/common/Common.h @@ -30,7 +30,6 @@ # define BOOST_ASIO_HAS_MOVE # endif // !defined(BOOST_ASIO_HAS_MOVE) # endif // if TRINITY_COMPILER == TRINITY_COMPILER_INTEL - #else # include <sys/types.h> # include <sys/ioctl.h> @@ -38,6 +37,7 @@ # include <netinet/in.h> # include <unistd.h> # include <netdb.h> +# include <stdlib.h> #endif #if TRINITY_COMPILER == TRINITY_COMPILER_MICROSOFT |