diff options
author | Paolo Bonzini | 2012-12-17 18:20:04 +0100 |
---|---|---|
committer | Paolo Bonzini | 2012-12-19 08:32:45 +0100 |
commit | 9c17d615a66ebd655871bf891ec0fe901ad8b332 (patch) | |
tree | bccf99f83075a1d06fae782311de827fbfed0bfa /hw/ide/macio.c | |
parent | misc: move include files to include/qemu/ (diff) | |
download | qemu-9c17d615a66ebd655871bf891ec0fe901ad8b332.tar.gz qemu-9c17d615a66ebd655871bf891ec0fe901ad8b332.tar.xz qemu-9c17d615a66ebd655871bf891ec0fe901ad8b332.zip |
softmmu: move include files to include/sysemu/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/ide/macio.c')
-rw-r--r-- | hw/ide/macio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ide/macio.c b/hw/ide/macio.c index 87cbb0c31e..d8f9b4bce1 100644 --- a/hw/ide/macio.c +++ b/hw/ide/macio.c @@ -26,7 +26,7 @@ #include <hw/ppc_mac.h> #include <hw/mac_dbdma.h> #include "block/block.h" -#include "dma.h" +#include "sysemu/dma.h" #include <hw/ide/internal.h> |