summaryrefslogtreecommitdiffstats
path: root/qemu/hw/sd/ssi-sd.c
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/hw/sd/ssi-sd.c')
-rw-r--r--qemu/hw/sd/ssi-sd.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/qemu/hw/sd/ssi-sd.c b/qemu/hw/sd/ssi-sd.c
index e4b2d4f83..075e4ed5d 100644
--- a/qemu/hw/sd/ssi-sd.c
+++ b/qemu/hw/sd/ssi-sd.c
@@ -10,10 +10,11 @@
* GNU GPL, version 2 or (at your option) any later version.
*/
+#include "qemu/osdep.h"
#include "sysemu/block-backend.h"
#include "sysemu/blockdev.h"
-#include "hw/ssi.h"
-#include "hw/sd.h"
+#include "hw/ssi/ssi.h"
+#include "hw/sd/sd.h"
//#define DEBUG_SSI_SD 1