commit | 2a6ac9473cc8db42504d9cb0f3b9c8f56b9292b9 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Tue Jan 12 00:04:30 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Tue Jan 12 03:07:39 2016 +0000 |
tree | 2dc9b56fa7d28f6b043d27dad378bdeeb101e715 | |
parent | 07572c68dd2c4cb2bffb2fb894200e835de551ab [diff] [blame] |
syscall.c: include <signal.h> All users of NSIG macro must include <signal.h>. This complements commit v4.10-184-g0e946ab. * syscall.c: Include <signal.h>.
diff --git a/syscall.c b/syscall.c index b0e20ee..8b5484e 100644 --- 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>