Skip to content

Commit

Permalink
tests: Add missing include to test-bitops.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
ehabkost authored and Michael Tokarev committed Nov 2, 2014
1 parent ee29498 commit a5ebc0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test-bitops.c
Expand Up @@ -8,6 +8,7 @@

#include <glib.h>
#include <stdint.h>
#include "qemu/osdep.h"
#include "qemu/bitops.h"

typedef struct {
Expand Down

0 comments on commit a5ebc0e

Please sign in to comment.