use osdep.h

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@626 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2004-02-16 22:17:43 +00:00
parent 22a46c55e4
commit ed1c0bcb0c
1 changed files with 2 additions and 0 deletions

View 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