diff options
Diffstat (limited to 'sysdeps/stub/ualarm.c')
-rw-r--r-- | sysdeps/stub/ualarm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/stub/ualarm.c b/sysdeps/stub/ualarm.c index d8e0b0aff8..5972e240eb 100644 --- a/sysdeps/stub/ualarm.c +++ b/sysdeps/stub/ualarm.c @@ -17,6 +17,7 @@ Boston, MA 02111-1307, USA. */ #include <errno.h> +#include <unistd.h> /* Set an alarm to go off (generating a SIGALRM signal) in VALUE microseconds. If INTERVAL is nonzero, when the alarm goes off, the timer is reset to go |