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 dcbd246ebb3..7a1029c5475 100644 --- a/src/common/Common.h +++ b/src/common/Common.h @@ -37,7 +37,7 @@ # include <netinet/in.h> # include <unistd.h> # include <netdb.h> -# include <stdlib.h> +# include <cstdlib> #endif #if TRINITY_COMPILER == TRINITY_COMPILER_MICROSOFT |
