diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mingw.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mingw.h b/include/mingw.h index 04700963c..6d4d2b31c 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -341,6 +341,8 @@ struct timespec { | |||
341 | }; | 341 | }; |
342 | #endif | 342 | #endif |
343 | 343 | ||
344 | int nanosleep(const struct timespec *req, struct timespec *rem); | ||
345 | |||
344 | /* | 346 | /* |
345 | * sys/wait.h | 347 | * sys/wait.h |
346 | */ | 348 | */ |