From: Marc-André Lureau <marcandre.lur...@redhat.com> This test doesn't depend on glib, and thus cannot use osdep.h.
Signed-off-by: Marc-André Lureau <marcandre.lur...@redhat.com> Signed-off-by: Pranith Kumar <bobby.pr...@gmail.com> --- tests/tcg/test-i386-fprem.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/tcg/test-i386-fprem.c b/tests/tcg/test-i386-fprem.c index 1a2b144..a258362 100644 --- a/tests/tcg/test-i386-fprem.c +++ b/tests/tcg/test-i386-fprem.c @@ -23,7 +23,11 @@ * along with this program; if not, see <http://www.gnu.org/licenses/>. */ -#include "qemu/osdep.h" +#include <stdint.h> +#include <stdio.h> +#include "qemu/compiler.h" + +#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) /* * Inspired by <ieee754.h>'s union ieee854_long_double, but with single -- 2.10.2