From 3de5235f0f90e84424a481958c64de72b81cfdf7 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 14 Jun 2001 05:37:03 +0000 Subject: * rt/aio_notify.c: Include for _POSIX_REALTIME_SIGNALS. --- ChangeLog | 2 ++ rt/aio_notify.c | 1 + 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index bc941ce..6e4ad75 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2001-06-13 Roland McGrath + * rt/aio_notify.c: Include for _POSIX_REALTIME_SIGNALS. + * sysdeps/mach/hurd/fork.c (LOSE): Put `goto lose' in dead code so the label is not considered unused. diff --git a/rt/aio_notify.c b/rt/aio_notify.c index 04a9dd6..9b17750 100644 --- a/rt/aio_notify.c +++ b/rt/aio_notify.c @@ -21,6 +21,7 @@ #include #include #include +#include #include "aio_misc.h" -- cgit v1.1