diff options
-rw-r--r-- | Tests/CTestTestScheduler/sleep.c | 2 | ||||
-rw-r--r-- | Tests/CTestTestStopTime/sleep.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/Tests/CTestTestScheduler/sleep.c b/Tests/CTestTestScheduler/sleep.c index 327bff5..69a5797 100644 --- a/Tests/CTestTestScheduler/sleep.c +++ b/Tests/CTestTestScheduler/sleep.c @@ -1,3 +1,5 @@ +#include <stdlib.h> + #if defined(_WIN32) # include <windows.h> #else diff --git a/Tests/CTestTestStopTime/sleep.c b/Tests/CTestTestStopTime/sleep.c index b9b6e89..2d69f7f 100644 --- a/Tests/CTestTestStopTime/sleep.c +++ b/Tests/CTestTestStopTime/sleep.c @@ -1,3 +1,5 @@ +#include <stdlib.h> + #if defined(_WIN32) # include <windows.h> #else |