]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - os-posix.c
ivshmem-server: Terminate also on SIGINT
[thirdparty/qemu.git] / os-posix.c
index 4bd80e44e6cd00aff3fc918b99bf4e8243e94c2e..86cffd2c7def5d0353644654f0e26a4480e09312 100644 (file)
 #include <grp.h>
 #include <libgen.h>
 
+#include "qemu-common.h"
 /* Needed early for CONFIG_BSD etc. */
-#include "sysemu/sysemu.h"
 #include "net/slirp.h"
 #include "qemu-options.h"
 #include "qemu/error-report.h"
 #include "qemu/log.h"
+#include "sysemu/runstate.h"
 #include "qemu/cutils.h"
 
 #ifdef CONFIG_LINUX