* rt/aio_notify.c: Include <unistd.h> for _POSIX_REALTIME_SIGNALS.
authorRoland McGrath <roland@gnu.org>
Thu, 14 Jun 2001 05:37:03 +0000 (05:37 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 14 Jun 2001 05:37:03 +0000 (05:37 +0000)
ChangeLog
rt/aio_notify.c

index bc941ce..6e4ad75 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2001-06-13  Roland McGrath  <roland@frob.com>
 
+       * rt/aio_notify.c: Include <unistd.h> for _POSIX_REALTIME_SIGNALS.
+
        * sysdeps/mach/hurd/fork.c (LOSE): Put `goto lose' in dead code
        so the label is not considered unused.
 
index 04a9dd6..9b17750 100644 (file)
@@ -21,6 +21,7 @@
 #include <errno.h>
 #include <pthread.h>
 #include <stdlib.h>
+#include <unistd.h>
 #include "aio_misc.h"