From 87a9e50995d5c3be601fdbe886428f262ef2cb92 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 7 Nov 2024 09:13:50 -0500 Subject: [PATCH] Tests: Add missing include in sleep sources Sources that use `atoi` need to include ``. --- Tests/CTestTestUpload/sleep.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tests/CTestTestUpload/sleep.c b/Tests/CTestTestUpload/sleep.c index b9b6e897bc..2d69f7f5a8 100644 --- a/Tests/CTestTestUpload/sleep.c +++ b/Tests/CTestTestUpload/sleep.c @@ -1,3 +1,5 @@ +#include + #if defined(_WIN32) # include #else