diff options
Diffstat (limited to 'qemu/util/bitops.c')
-rw-r--r-- | qemu/util/bitops.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu/util/bitops.c b/qemu/util/bitops.c index 227c38b88..b0c35dd5f 100644 --- a/qemu/util/bitops.c +++ b/qemu/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) |