summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-11-08 17:38:37 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2015-11-08 17:38:37 +0100
commitcf330fa6de0695a8b0a37502436db3965aca83d8 (patch)
treedc6620bbcb3e133928a9b25408a118ee2f8aea1f /3rdparty
parent60249e41014237631f6e618ff30c44f609808543 (diff)
Relax dependencies for softfloat (nw)
Diffstat (limited to '3rdparty')
-rw-r--r--3rdparty/softfloat/mamesf.h3
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;