summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestSleepCommand.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-01-27 16:01:56 (GMT)
committerKen Martin <ken.martin@kitware.com>2005-01-27 16:01:56 (GMT)
commitbf3d7746458af539536a1438c88608897be71ce2 (patch)
tree98365ed8a4439ff8443c200d6674ff75947847e1 /Source/CTest/cmCTestSleepCommand.cxx
parent6fd51bc29d6d59fe1923e2dd8695ef3717bbe7a8 (diff)
downloadCMake-bf3d7746458af539536a1438c88608897be71ce2.zip
CMake-bf3d7746458af539536a1438c88608897be71ce2.tar.gz
CMake-bf3d7746458af539536a1438c88608897be71ce2.tar.bz2
COMP: fix some compiler warnings/errors
Diffstat (limited to 'Source/CTest/cmCTestSleepCommand.cxx')
-rw-r--r--Source/CTest/cmCTestSleepCommand.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CTest/cmCTestSleepCommand.cxx b/Source/CTest/cmCTestSleepCommand.cxx
index ec585f1..d3f0c6f 100644
--- a/Source/CTest/cmCTestSleepCommand.cxx
+++ b/Source/CTest/cmCTestSleepCommand.cxx
@@ -17,6 +17,7 @@
#include "cmCTestSleepCommand.h"
#include "cmCTestScriptHandler.h"
+#include <stdlib.h> // required for atoi
bool cmCTestSleepCommand::InitialPass(
std::vector<std::string> const& args)