qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-trivial] [PULL 01/23] tests: Add missing include to test-bitops.c


From: Michael Tokarev
Subject: [Qemu-trivial] [PULL 01/23] tests: Add missing include to test-bitops.c
Date: Sun, 2 Nov 2014 14:57:13 +0300

From: Eduardo Habkost <address@hidden>

The test code needs osdep.h for the ARRAY_SIZE macro.

Signed-off-by: Eduardo Habkost <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>
---
 tests/test-bitops.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/test-bitops.c b/tests/test-bitops.c
index 8238eb5..47b5d3e 100644
--- a/tests/test-bitops.c
+++ b/tests/test-bitops.c
@@ -8,6 +8,7 @@
 
 #include <glib.h>
 #include <stdint.h>
+#include "qemu/osdep.h"
 #include "qemu/bitops.h"
 
 typedef struct {
-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]