Tests: Add missing include in sleep sources

Sources that use `atoi` need to include `<stdlib.h>`.
This commit is contained in:
Brad King
2022-04-26 08:39:49 -04:00
parent 07a54b2bb2
commit 02ec5c4ad2
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -1,3 +1,5 @@
#include <stdlib.h>
#if defined(_WIN32)
# include <windows.h>
#else
+2
View File
@@ -1,3 +1,5 @@
#include <stdlib.h>
#if defined(_WIN32)
# include <windows.h>
#else