summaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-09-23 21:14:08 +0000
committerRoland McGrath <roland@gnu.org>1994-09-23 21:14:08 +0000
commit1ea6f427865df1cbaa30d3283f81e23b68e3a6d9 (patch)
tree519713e7cf2a2f5fa23d77b5723fa47f89427231 /sysdeps
parentab79cb0990eaa940ff68e67f81a655110c240990 (diff)
Include <hurd/msg.h>.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/mach/hurd/sigsuspend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/sigsuspend.c b/sysdeps/mach/hurd/sigsuspend.c
index 1f0f3c3439..73c28b18f7 100644
--- a/sysdeps/mach/hurd/sigsuspend.c
+++ b/sysdeps/mach/hurd/sigsuspend.c
@@ -20,7 +20,7 @@ Cambridge, MA 02139, USA. */
#include <errno.h>
#include <hurd.h>
#include <hurd/signal.h>
-
+#include <hurd/msg.h>
/* Change the set of blocked signals to SET,
wait until a signal arrives, and restore the set of blocked signals. */