diff options
author | 2020-12-15 13:36:55 -0500 | |
---|---|---|
committer | 2020-12-15 13:36:55 -0500 | |
commit | 2ca5f3a386a1ca63433d6d13bb66f5e46fb2a854 (patch) | |
tree | efc52a61e29ab44d0996e97e01782591e891f646 /src/osd/modules/netdev/taptun.cpp | |
parent | 35bec8d2731fb775248ff3634bde538d77d6f2a0 (diff) |
unicode.h: Updates
- Remove from emu.h (except for UTF8_xxx macros, which have been transplanted to emucore.h since a lot of drivers use them) and osdepend.h
- Add std::string_view overrides for uchar_from_utf8 and normalize_unicode
Diffstat (limited to 'src/osd/modules/netdev/taptun.cpp')
-rw-r--r-- | src/osd/modules/netdev/taptun.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osd/modules/netdev/taptun.cpp b/src/osd/modules/netdev/taptun.cpp index baa45da0d5d..6999d6f63ba 100644 --- a/src/osd/modules/netdev/taptun.cpp +++ b/src/osd/modules/netdev/taptun.cpp @@ -17,6 +17,7 @@ #include "osdnet.h" #include "modules/osdmodule.h" #include "netdev_module.h" +#include "unicode.h" #ifdef __linux__ #define IFF_TAP 0x0002 |