From: Dmitry V. Levin Date: Mon, 2 Jan 2017 22:37:57 +0000 (+0000) Subject: Include "scno.h" in files that check __NR_* constants X-Git-Tag: v4.16~110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2dd365f912cd519bb6b26c006b21f19a6034d6ba;p=strace Include "scno.h" in files that check __NR_* constants * strace.c: Include "scno.h". * util.c: Likewise. --- diff --git a/strace.c b/strace.c index 1465d704..440ff4c4 100644 --- a/strace.c +++ b/strace.c @@ -45,6 +45,7 @@ #endif #include +#include "scno.h" #include "ptrace.h" #include "printsiginfo.h" diff --git a/util.c b/util.c index 08880bf9..0e062da3 100644 --- a/util.c +++ b/util.c @@ -41,6 +41,7 @@ #include #include +#include "scno.h" #include "regs.h" #include "ptrace.h"