]> git.proxmox.com Git - qemu.git/blobdiff - os-posix.c
hw/9pfs: Fix segfault with 9p2000.u
[qemu.git] / os-posix.c
index f855abb09a2d2ad4cfea51e170e8b2f69cbd078c..5c64518902583cfd90edaf87a57ac59749d0b9e9 100644 (file)
@@ -36,7 +36,7 @@
 
 /* Needed early for CONFIG_BSD etc. */
 #include "config-host.h"
-#include "sysemu.h"
+#include "sysemu/sysemu.h"
 #include "net/slirp.h"
 #include "qemu-options.h"
 
@@ -193,7 +193,6 @@ void os_parse_cmd_args(int index, const char *optarg)
         break;
 #endif
     }
-    return;
 }
 
 static void change_process_uid(void)