These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / linux-user / arm / nwfpe / fpa11.c
index eebd93f..441e3b1 100644 (file)
@@ -18,6 +18,7 @@
     along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
+#include "qemu/osdep.h"
 #include "fpa11.h"
 
 #include "fpopcode.h"
@@ -27,7 +28,6 @@
 
 //#include <asm/system.h>
 
-#include <stdio.h>
 
 FPA11* qemufpa = NULL;
 CPUARMState* user_registers;