diff options
-rw-r--r-- | testsuite/tests/concurrent/should_run/conc059_c.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/concurrent/should_run/conc059_c.c b/testsuite/tests/concurrent/should_run/conc059_c.c index 98ac85ecf3..58cb595073 100644 --- a/testsuite/tests/concurrent/should_run/conc059_c.c +++ b/testsuite/tests/concurrent/should_run/conc059_c.c @@ -7,6 +7,8 @@ #include <stdio.h> #if mingw32_HOST_OS #include <windows.h> +#else +#include <time.h> // nanosleep #endif void millisleep(int milliseconds); |