diff options
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r-- | Source/cmMakefile.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index ab178a0..a71de1b 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -29,7 +29,7 @@ #include "cmVariableWatch.h" #include "cmake.h" #include <stdio.h> // required for sprintf - +#include <stdlib.h> // required for atoi // default is not to be building executables cmMakefile::cmMakefile() { |