From a5ebc0ebae1d2283cfec4170b1a04317f2faee74 Mon Sep 17 00:00:00 2001 From: Eduardo Habkost Date: Fri, 26 Sep 2014 16:46:02 -0300 Subject: tests: Add missing include to test-bitops.c The test code needs osdep.h for the ARRAY_SIZE macro. Signed-off-by: Eduardo Habkost Signed-off-by: Michael Tokarev --- tests/test-bitops.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/test-bitops.c b/tests/test-bitops.c index 8238eb5f6b..47b5d3ed9a 100644 --- a/tests/test-bitops.c +++ b/tests/test-bitops.c @@ -8,6 +8,7 @@ #include #include +#include "qemu/osdep.h" #include "qemu/bitops.h" typedef struct { -- cgit v1.2.1