235c15a80a
- Fix build with clang 6 - Regenerate patches
10 lines
183 B
C++
10 lines
183 B
C++
--- unicode.cpp.orig 2005-08-14 02:40:58 UTC
|
|
+++ unicode.cpp
|
|
@@ -1,5 +1,6 @@
|
|
#include <wchar.h>
|
|
#include <stdlib.h>
|
|
+#include <string.h>
|
|
#ifdef WIN32
|
|
#include <windows.h>
|
|
#endif
|