A build error is catched after applied commit da908058635ca58caf3e85814f2eba68febad1e1.
-------------- Fix build error of kernel/syscalls/keyctl category. Signed-off-by: Bian Naimeng <[email protected]> --- testcases/kernel/syscalls/keyctl/keyctl01.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/testcases/kernel/syscalls/keyctl/keyctl01.c b/testcases/kernel/syscalls/keyctl/keyctl01.c index 0d3dc77..b8ab30e 100644 --- a/testcases/kernel/syscalls/keyctl/keyctl01.c +++ b/testcases/kernel/syscalls/keyctl/keyctl01.c @@ -38,10 +38,13 @@ /* Manas Kumar Nayak [email protected]> */ /******************************************************************************/ +#include <sys/types.h> #include <linux/keyctl.h> #include <errno.h> #include <limits.h> #include <stdio.h> +#include <keyutils.h> + /* Harness Specific Include Files. */ #include "test.h" #include "usctest.h" -- 1.7.0.4 -- Regards Bian Naimeng ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
