Hi! > Signed-off-by: Markos Chandras <[email protected]> > --- > testcases/kernel/include/linux_syscall_numbers.h | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/testcases/kernel/include/linux_syscall_numbers.h > b/testcases/kernel/include/linux_syscall_numbers.h > index 545b420..e43258e 100644 > --- a/testcases/kernel/include/linux_syscall_numbers.h > +++ b/testcases/kernel/include/linux_syscall_numbers.h > @@ -16,6 +16,7 @@ > #include <errno.h> > #include <sys/syscall.h> > #include "cleanup.c" > +#include "test.h" > > #define ltp_syscall(NR, ...) ({ \ > int __ret; \
Hmm, this header gets included after the test.h in the testcases so this shouldn't be needed but I don't have strong opinion whether it's better with or without it. Anybody has idea? -- Cyril Hrubis [email protected] ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_mar _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
