tests: Add missing include to test-bitops.c

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>
This commit is contained in:
Eduardo Habkost 2014-09-26 16:46:02 -03:00 committed by Michael Tokarev
parent ee29498e4f
commit a5ebc0ebae
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
#include <glib.h>
#include <stdint.h>
#include "qemu/osdep.h"
#include "qemu/bitops.h"
typedef struct {