diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/sigaction.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/sigaction.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/sigaction.c b/sysdeps/unix/sysv/linux/sigaction.c index 5f9a7feac3..49cb3b6a89 100644 --- a/sysdeps/unix/sysv/linux/sigaction.c +++ b/sysdeps/unix/sysv/linux/sigaction.c @@ -18,6 +18,7 @@ #include <errno.h> #include <signal.h> +#include <string.h> /* The difference here is that the sigaction structure used in the kernel is not the same as we use in the libc. Therefore we must |