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: pull-nvme-20200902~4451^2~22 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=a5ebc0ebae1d2283cfec4170b1a04317f2faee74;p=qemu-nvme.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 {