summary refs log tree commit diff stats
path: root/bitops.c
diff options
context:
space:
mode:
Diffstat (limited to 'bitops.c')
-rw-r--r--bitops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitops.c b/bitops.c
index d9de71f7e8..4c3a836a01 100644
--- a/bitops.c
+++ b/bitops.c
@@ -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)