mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 20:20:30 -04:00
9 lines
183 B
C++
9 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
|