summaryrefslogtreecommitdiffstats
path: root/qemu/hw/misc/pc-testdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/hw/misc/pc-testdev.c')
-rw-r--r--qemu/hw/misc/pc-testdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu/hw/misc/pc-testdev.c b/qemu/hw/misc/pc-testdev.c
index 18e94e07b..086893dcc 100644
--- a/qemu/hw/misc/pc-testdev.c
+++ b/qemu/hw/misc/pc-testdev.c
@@ -35,7 +35,7 @@
* git://git.kernel.org/pub/scm/virt/kvm/kvm-unit-tests.git
*/
-#include "config-host.h"
+#include "qemu/osdep.h"
#if defined(CONFIG_POSIX)
#include <sys/mman.h>
#endif