diff options
Diffstat (limited to 'sysdeps/posix/system.c')
-rw-r--r-- | sysdeps/posix/system.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/posix/system.c b/sysdeps/posix/system.c index d49cc3f01c..56195b529f 100644 --- a/sysdeps/posix/system.c +++ b/sysdeps/posix/system.c @@ -24,6 +24,7 @@ #include <sys/wait.h> #include <libc-lock.h> #include <sysdep-cancel.h> +#include <sigsetops.h> #define SHELL_PATH "/bin/sh" /* Path of the shell. */ |