From: Dmitry V. Levin Date: Tue, 12 Jan 2016 00:04:30 +0000 (+0000) Subject: syscall.c: include X-Git-Tag: v4.12~653 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a6ac9473cc8db42504d9cb0f3b9c8f56b9292b9;p=strace syscall.c: include All users of NSIG macro must include . This complements commit v4.10-184-g0e946ab. * syscall.c: Include . --- diff --git a/syscall.c b/syscall.c index b0e20eed..8b5484ea 100644 --- a/syscall.c +++ b/syscall.c @@ -34,6 +34,7 @@ #include "defs.h" #include "native_defs.h" #include +#include /* for struct iovec */ #include