summary refs log tree commit diff stats
path: root/util/bitops.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/bitops.c')
-rw-r--r--util/bitops.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/bitops.c b/util/bitops.c
index 227c38b883..b0c35dd5f1 100644
--- a/util/bitops.c
+++ b/util/bitops.c
@@ -11,6 +11,7 @@
  * 2 of the License, or (at your option) any later version.
  */
 
+#include "qemu/osdep.h"
 #include "qemu/bitops.h"
 
 #define BITOP_WORD(nr)		((nr) / BITS_PER_LONG)