]> Git Repo - qemu.git/blobdiff - hw/9pfs/9p-proxy.c
hw/usb/tusb6010: Convert away from old_mmio
[qemu.git] / hw / 9pfs / 9p-proxy.c
index f030c6a42844dbf0e137b228fa41e6583aaee1c2..e2e03292de2cf8133d39a061bd379fe7bf85def9 100644 (file)
@@ -9,12 +9,15 @@
  * This work is licensed under the terms of the GNU GPL, version 2.  See
  * the COPYING file in the top-level directory.
  */
+
 #include "qemu/osdep.h"
 #include <sys/socket.h>
 #include <sys/un.h>
 #include "9p.h"
+#include "qapi/error.h"
 #include "qemu/cutils.h"
 #include "qemu/error-report.h"
+#include "qemu/option.h"
 #include "fsdev/qemu-fsdev.h"
 #include "9p-proxy.h"
 
This page took 0.022736 seconds and 4 git commands to generate.