diff options
Diffstat (limited to 'otherlibs/win32unix/sleep.c')
-rw-r--r-- | otherlibs/win32unix/sleep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/win32unix/sleep.c b/otherlibs/win32unix/sleep.c index b86bfc5e4..421e5f902 100644 --- a/otherlibs/win32unix/sleep.c +++ b/otherlibs/win32unix/sleep.c @@ -14,8 +14,8 @@ /* $Id$ */ #include <mlvalues.h> +#include <signals.h> #include "unixsupport.h" -#include <windows.h> CAMLprim value unix_sleep(t) value t; |