mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-30 18:29:37 -06:00
Tests: Add missing include in sleep sources
Sources that use `atoi` need to include `<stdlib.h>`.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
#if defined(_WIN32)
|
||||
# include <windows.h>
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user