summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/strconv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/strconv.cpp')
-rw-r--r--src/osd/strconv.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/osd/strconv.cpp b/src/osd/strconv.cpp
index 3eedf040127..ea1da56cc5a 100644
--- a/src/osd/strconv.cpp
+++ b/src/osd/strconv.cpp
@@ -13,7 +13,6 @@
// MAMEOS headers
#include "strconv.h"
-#include "unicode.h"
#if defined(SDLMAME_WIN32) || defined(OSD_WINDOWS)
//============================================================
@@ -120,7 +119,7 @@ int osd_uchar_from_osdchar(UINT32 *uchar, const char *osdchar, size_t count)
}
#else
-
+#include "unicode.h"
//============================================================
// osd_uchar_from_osdchar
//============================================================