From: Eduardo Habkost Date: Fri, 26 Sep 2014 19:46:02 +0000 (-0300) Subject: tests: Add missing include to test-bitops.c X-Git-Tag: v2.2.0-rc0~14^2~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5ebc0ebae1d2283cfec4170b1a04317f2faee74;p=thirdparty%2Fqemu.git 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 --- diff --git a/tests/test-bitops.c b/tests/test-bitops.c index 8238eb5f6bb..47b5d3ed9ae 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 {