diff options
Diffstat (limited to '3rdparty/softfloat')
-rw-r--r-- | 3rdparty/softfloat/mamesf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/3rdparty/softfloat/mamesf.h b/3rdparty/softfloat/mamesf.h index 077077ee087..cc6b9998a53 100644 --- a/3rdparty/softfloat/mamesf.h +++ b/3rdparty/softfloat/mamesf.h @@ -21,7 +21,8 @@ | implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed | to the same as `int'. *----------------------------------------------------------------------------*/ -#include "emu.h" +#include "assert.h" +#include "osdcomm.h" typedef INT8 flag; typedef UINT8 uint8; |