aboutsummaryrefslogtreecommitdiff
path: root/src/common/Common.h
diff options
context:
space:
mode:
authorMarco Ebert <marco_ebert@icloud.com>2017-05-13 21:09:46 +0200
committerMarco Ebert <marco_ebert@icloud.com>2017-05-13 21:11:57 +0200
commit6e2a911f6d84dd0e94f8c9de5bad5d514a3cc19e (patch)
tree21941b22b91f4360f318b88e0e849626aaaff390 /src/common/Common.h
parentae5696ef2b670e0aa547839a691ab8a375515559 (diff)
Fix non-PCH build.
Your ad here.
Diffstat (limited to 'src/common/Common.h')
-rw-r--r--src/common/Common.h2
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