From: Eugene Syromyatnikov Date: Tue, 20 Dec 2016 23:49:04 +0000 (+0300) Subject: tests: use scno.h in finit_module, kcmp, renameat2 tests X-Git-Tag: v4.16~295 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=00265afe4a9fcf604dc46f4deab6414de8ffa302;p=strace tests: use scno.h in finit_module, kcmp, renameat2 tests * tests/finit_module.c: Include "scno.h". * tests/kcmp.c: Likewise. * tests/renameat2.c: Likewise. --- diff --git a/tests/finit_module.c b/tests/finit_module.c index 0394fad1..3f0178f7 100644 --- a/tests/finit_module.c +++ b/tests/finit_module.c @@ -30,6 +30,7 @@ #include "tests.h" #include +#include "scno.h" #if defined(__NR_finit_module) diff --git a/tests/kcmp.c b/tests/kcmp.c index 0f43c634..cb497c9f 100644 --- a/tests/kcmp.c +++ b/tests/kcmp.c @@ -30,6 +30,7 @@ #include "tests.h" #include +#include "scno.h" #ifdef __NR_kcmp diff --git a/tests/renameat2.c b/tests/renameat2.c index ea571851..33f88988 100644 --- a/tests/renameat2.c +++ b/tests/renameat2.c @@ -29,6 +29,7 @@ #include "tests.h" #include +#include "scno.h" #ifdef __NR_renameat2