Browse Source

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>
pull/17/head
Eduardo Habkost 12 years ago
committed by Michael Tokarev
parent
commit
a5ebc0ebae
  1. 1
      tests/test-bitops.c

1
tests/test-bitops.c

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

Loading…
Cancel
Save