Include a missing system header for struct rusage / getrusage(). Signed-off-by: Andreas Färber <afaer...@suse.de> --- tests/tcg/linux-test.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/tests/tcg/linux-test.c b/tests/tcg/linux-test.c index 1c6c013..15c9d7f 100644 --- a/tests/tcg/linux-test.c +++ b/tests/tcg/linux-test.c @@ -39,6 +39,7 @@ #include <dirent.h> #include <setjmp.h> #include <sys/shm.h> +#include <sys/resource.h> #define TESTPATH "/tmp/linux-test.tmp" #define TESTPORT 7654 -- 2.1.4