diff options
author | Roland McGrath <roland@gnu.org> | 2001-06-14 05:37:03 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-06-14 05:37:03 +0000 |
commit | 3de5235f0f90e84424a481958c64de72b81cfdf7 (patch) | |
tree | c9f78dbf8ee8ea1fe83d40230d1a8a9d0d062e99 /rt | |
parent | 221dc560bb546465befd0a0471f52aa88b69cca6 (diff) | |
download | glibc-3de5235f0f90e84424a481958c64de72b81cfdf7.tar.gz glibc-3de5235f0f90e84424a481958c64de72b81cfdf7.tar.xz glibc-3de5235f0f90e84424a481958c64de72b81cfdf7.zip |
* rt/aio_notify.c: Include <unistd.h> for _POSIX_REALTIME_SIGNALS.
Diffstat (limited to 'rt')
-rw-r--r-- | rt/aio_notify.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rt/aio_notify.c b/rt/aio_notify.c index 04a9dd6db3..9b17750d03 100644 --- a/rt/aio_notify.c +++ b/rt/aio_notify.c @@ -21,6 +21,7 @@ #include <errno.h> #include <pthread.h> #include <stdlib.h> +#include <unistd.h> #include "aio_misc.h" |