diff options
Diffstat (limited to 'Tests/CTestTestStopTime/sleep.c')
-rw-r--r-- | Tests/CTestTestStopTime/sleep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/CTestTestStopTime/sleep.c b/Tests/CTestTestStopTime/sleep.c index 3baad9e..b9b6e89 100644 --- a/Tests/CTestTestStopTime/sleep.c +++ b/Tests/CTestTestStopTime/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 n seconds, where n is the argument to the program */ |