Message ID | 20161201051433.17168-17-bobby.prani@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Pranith Kumar <bobby.prani@gmail.com> writes: > Signed-off-by: Pranith Kumar <bobby.prani@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
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"
Signed-off-by: Pranith Kumar <bobby.prani@gmail.com> --- tests/tcg/linux-test.c | 2 ++ 1 file changed, 2 insertions(+)