diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2003-05-24 14:07:58 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2003-05-24 14:07:58 (GMT) |
commit | ca773a5d6da61dace03ccf2745cb3ef25ad48c72 (patch) | |
tree | f5961cfb586c7365e0b8b0f9c2f763117d05d9e7 /Source/cmIfCommand.cxx | |
parent | 5945a5a4486e9a72d1866f6d88a29973176e5de0 (diff) | |
download | CMake-ca773a5d6da61dace03ccf2745cb3ef25ad48c72.zip CMake-ca773a5d6da61dace03ccf2745cb3ef25ad48c72.tar.gz CMake-ca773a5d6da61dace03ccf2745cb3ef25ad48c72.tar.bz2 |
ENH: add stdlib.h for portability to borland 6
Diffstat (limited to 'Source/cmIfCommand.cxx')
-rw-r--r-- | Source/cmIfCommand.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmIfCommand.cxx b/Source/cmIfCommand.cxx index db7cc00..119acc6 100644 --- a/Source/cmIfCommand.cxx +++ b/Source/cmIfCommand.cxx @@ -15,6 +15,7 @@ =========================================================================*/ #include "cmIfCommand.h" +#include <stdlib.h> // required for atof bool cmIfFunctionBlocker:: IsFunctionBlocked(const cmListFileFunction& lff, cmMakefile &mf) |