diff options
Diffstat (limited to 'system/main.c')
| -rw-r--r-- | system/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/main.c b/system/main.c index 9b91d21ea8..4923520741 100644 --- a/system/main.c +++ b/system/main.c @@ -24,7 +24,7 @@ #include "qemu/osdep.h" #include "qemu-main.h" -#include "sysemu/sysemu.h" +#include "system/system.h" #ifdef CONFIG_SDL #include <SDL.h> |