diff options
| author | Anthony Liguori <aliguori@us.ibm.com> | 2011-06-08 12:15:43 -0500 |
|---|---|---|
| committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-06-08 12:15:43 -0500 |
| commit | 93e0597ef9fa266756c30e61fafe4b70fc7ce6a6 (patch) | |
| tree | b1dcd7925329853ac5284bc2c12ebecdfa44fa34 /hw/9pfs/virtio-9p-debug.c | |
| parent | ac779fe2334ebea5d4a365b053d786f7748a1db5 (diff) | |
| parent | 5c3234c6c037943bd4c2d643a1b8cc35f563dbdb (diff) | |
| download | focaccia-qemu-93e0597ef9fa266756c30e61fafe4b70fc7ce6a6.tar.gz focaccia-qemu-93e0597ef9fa266756c30e61fafe4b70fc7ce6a6.zip | |
Merge remote-tracking branch 'jvrao/for-anthony' into staging
Diffstat (limited to 'hw/9pfs/virtio-9p-debug.c')
| -rw-r--r-- | hw/9pfs/virtio-9p-debug.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hw/9pfs/virtio-9p-debug.c b/hw/9pfs/virtio-9p-debug.c index 6b18842fd4..4636ad51f0 100644 --- a/hw/9pfs/virtio-9p-debug.c +++ b/hw/9pfs/virtio-9p-debug.c @@ -10,8 +10,9 @@ * the COPYING file in the top-level directory. * */ -#include "virtio.h" -#include "pc.h" + +#include "hw/virtio.h" +#include "hw/pc.h" #include "virtio-9p.h" #include "virtio-9p-debug.h" |