These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / hw / ssi / ssi.c
index 2aab79b..9791c0d 100644 (file)
@@ -12,7 +12,8 @@
  * GNU GPL, version 2 or (at your option) any later version.
  */
 
-#include "hw/ssi.h"
+#include "qemu/osdep.h"
+#include "hw/ssi/ssi.h"
 
 struct SSIBus {
     BusState parent_obj;