commit | 34c48ff1e3ad5cd2084ca40188754d45f423750b | [log] [tgz] |
---|---|---|
author | David 'Digit' Turner <digit@android.com> | Sun Dec 15 00:25:03 2013 +0100 |
committer | David 'Digit' Turner <digit@android.com> | Wed Jan 08 07:32:48 2014 +0100 |
tree | bf753f6281cb5b78ac5f5370fa9984e77b20e08f | |
parent | 28a09b6fe8d8f3e92ffee9263609a6da881b8818 [diff] [blame] |
Move headers to incude/sysemu/ + arch_init.h, balloon.h, blockdev.h, dma.h, kvm.h, sysemu.h -> include/sysemu/ + kvm-android.h -> include/android/kvm.h Change-Id: I3d334e1b6eea836fdcee9f36fe693cf4c74be54f
diff --git a/android/main.c b/android/main.c index 9f88bf5..ffa42aa 100644 --- a/android/main.c +++ b/android/main.c
@@ -22,7 +22,7 @@ #include "android/android.h" #include "qemu-common.h" -#include "sysemu.h" +#include "sysemu/sysemu.h" #include "ui/console.h" #include "android/user-events.h"