These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / hw / misc / max111x.c
index bef3651..9014f0f 100644 (file)
@@ -10,7 +10,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"
 
 typedef struct {
     SSISlave parent_obj;