]> git.proxmox.com Git - qemu.git/commitdiff
use osdep.h
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 16 Feb 2004 22:17:43 +0000 (22:17 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 16 Feb 2004 22:17:43 +0000 (22:17 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@626 c046a42c-6fe2-441c-8c8c-71466251a162

cpu-defs.h

index 013076b4b273db12fa08e21e6031200102d08e76..59a0c0f32e194437d0b825108c3967009fe74fd0 100644 (file)
@@ -22,6 +22,8 @@
 
 #include "config.h"
 #include <setjmp.h>
+#include <inttypes.h>
+#include "osdep.h"
 
 #ifndef TARGET_LONG_BITS
 #error TARGET_LONG_BITS must be defined before including this header