Pranith Kumar <bobby.pr...@gmail.com> writes: > Signed-off-by: Pranith Kumar <bobby.pr...@gmail.com> > --- > tests/tcg/linux-test.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/tests/tcg/linux-test.c b/tests/tcg/linux-test.c > index 24fce2b..e676e39 100644 > --- a/tests/tcg/linux-test.c > +++ b/tests/tcg/linux-test.c > @@ -41,6 +41,8 @@ > #include <dirent.h> > #include <setjmp.h> > #include <sys/shm.h> > +#include <stdbool.h> > +#include <sys/resource.h> > #include "qemu/compiler.h" > #include "qemu/cutils.h"
Should this be merged with patch 6/19? -- Alex Bennée