diff options
Diffstat (limited to 'otherlibs/unix/sleep.c')
-rw-r--r-- | otherlibs/unix/sleep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/otherlibs/unix/sleep.c b/otherlibs/unix/sleep.c index c09f195f2..1f245bc9d 100644 --- a/otherlibs/unix/sleep.c +++ b/otherlibs/unix/sleep.c @@ -12,6 +12,7 @@ /* $Id$ */ #include <mlvalues.h> +#include <signals.h> #include "unixsupport.h" value unix_sleep(t) /* ML */ |