projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee29498
)
tests: Add missing include to test-bitops.c
author
Eduardo Habkost
<ehabkost@redhat.com>
Fri, 26 Sep 2014 19:46:02 +0000
(16:46 -0300)
committer
Michael Tokarev
<mjt@tls.msk.ru>
Sun, 2 Nov 2014 07:04:34 +0000
(10:04 +0300)
The test code needs osdep.h for the ARRAY_SIZE macro.
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
tests/test-bitops.c
patch
|
blob
|
history
diff --git
a/tests/test-bitops.c
b/tests/test-bitops.c
index 8238eb5f6bbfeed9361ddb9fbe39020773e62dfa..47b5d3ed9aefb9968c681b546af69536abbb3c66 100644
(file)
--- 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 {