diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/nptl-signals.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/nptl-signals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/nptl-signals.h b/sysdeps/unix/sysv/linux/nptl-signals.h index 43aa1a9390..f30c597c0e 100644 --- a/sysdeps/unix/sysv/linux/nptl-signals.h +++ b/sysdeps/unix/sysv/linux/nptl-signals.h @@ -17,6 +17,7 @@ <http://www.gnu.org/licenses/>. */ #include <signal.h> +#include <sigsetops.h> /* The signal used for asynchronous cancelation. */ #define SIGCANCEL __SIGRTMIN |