diff options
Diffstat (limited to 'Tests/CTestTestCostSerial/sleep.c')
-rw-r--r-- | Tests/CTestTestCostSerial/sleep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/CTestTestCostSerial/sleep.c b/Tests/CTestTestCostSerial/sleep.c index cb9f87a..b7abe94 100644 --- a/Tests/CTestTestCostSerial/sleep.c +++ b/Tests/CTestTestCostSerial/sleep.c @@ -1,7 +1,7 @@ #if defined(_WIN32) -# include <windows.h> +#include <windows.h> #else -# include <unistd.h> +#include <unistd.h> #endif /* sleeps for 1 second */ |