diff options
Diffstat (limited to 'libc/sysdeps/linux/alpha')
-rw-r--r-- | libc/sysdeps/linux/alpha/sigprocmask.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/alpha/sigprocmask.c b/libc/sysdeps/linux/alpha/sigprocmask.c index 832684cef..a3384603c 100644 --- a/libc/sysdeps/linux/alpha/sigprocmask.c +++ b/libc/sysdeps/linux/alpha/sigprocmask.c @@ -21,6 +21,7 @@ #include <errno.h> #include <sys/syscall.h> #include <signal.h> +#include <string.h> /* When there is kernel support for more than 64 signals, we'll have to switch to a new system call convention here. */ |