diff options
Diffstat (limited to 'bitops.c')
-rw-r--r-- | bitops.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ * 2 of the License, or (at your option) any later version. */ -#include "bitops.h" +#include "qemu/bitops.h" #define BITOP_WORD(nr) ((nr) / BITS_PER_LONG) |