Tests: Add missing include in sleep sources

Sources that use `atoi` need to include `<stdlib.h>`.
This commit is contained in:
Brad King 2024-11-07 09:13:50 -05:00
parent 9c02fad126
commit 87a9e50995

View File

@ -1,3 +1,5 @@
#include <stdlib.h>
#if defined(_WIN32)
# include <windows.h>
#else