]> git.proxmox.com Git - qemu.git/blobdiff - oslib-posix.c
configure: add CONFIG_VIRTIO_BLK_DATA_PLANE
[qemu.git] / oslib-posix.c
index 9db9c3d8af1ab242cd4b93f2c9b2e48893f468f5..4f5ec6788b6513e3113eab18107c58608cb0ee27 100644 (file)
@@ -49,9 +49,9 @@ extern int daemon(int, int);
 #endif
 
 #include "config-host.h"
-#include "sysemu.h"
+#include "sysemu/sysemu.h"
 #include "trace.h"
-#include "qemu_socket.h"
+#include "qemu/sockets.h"
 
 #if defined(CONFIG_VALGRIND)
 static int running_on_valgrind = -1;