These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / util / bitops.c
index 227c38b..b0c35dd 100644 (file)
@@ -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)