From 02ec5c4ad2008ce78b80d70afea1217f65d8112c Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 26 Apr 2022 08:39:49 -0400 Subject: Tests: Add missing include in sleep sources Sources that use `atoi` need to include ``. --- Tests/CTestTestScheduler/sleep.c | 2 ++ Tests/CTestTestStopTime/sleep.c | 2 ++ 2 files changed, 4 insertions(+) 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 + #if defined(_WIN32) # include #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 + #if defined(_WIN32) # include #else -- cgit v0.12