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: Tizen_Studio_1.3_Release_p2.3.2~209^2~493^2~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a5ebc0ebae1d2283cfec4170b1a04317f2faee74;p=sdk%2Femulator%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 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 {