summaryrefslogtreecommitdiff
path: root/sysdeps/posix/pause.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/posix/pause.c')
-rw-r--r--sysdeps/posix/pause.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/posix/pause.c b/sysdeps/posix/pause.c
index 53e143d98f..7c17f49ffb 100644
--- a/sysdeps/posix/pause.c
+++ b/sysdeps/posix/pause.c
@@ -19,6 +19,7 @@
#include <signal.h>
#include <unistd.h>
#include <sysdep-cancel.h>
+#include <sigsetops.h>
/* Suspend the process until a signal arrives.
This always returns -1 and sets errno to EINTR. */