]> granicus.if.org Git - strace/commitdiff
syscall.c: include <signal.h>
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 12 Jan 2016 00:04:30 +0000 (00:04 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 12 Jan 2016 03:07:39 +0000 (03:07 +0000)
All users of NSIG macro must include <signal.h>.
This complements commit v4.10-184-g0e946ab.

* syscall.c: Include <signal.h>.

syscall.c

index b0e20eeda971f5cb929fca548980534da2cddedf..8b5484eac924467bbfb062ab36ce598e5c047928 100644 (file)
--- a/syscall.c
+++ b/syscall.c
@@ -34,6 +34,7 @@
 #include "defs.h"
 #include "native_defs.h"
 #include <sys/param.h>
+#include <signal.h>
 
 /* for struct iovec */
 #include <sys/uio.h>