opnsense-ports/games/einstein/files/patch-unicode.cpp
Franco Fichtner a737ce6b05 */*: sync previously available, but unused ports
Taken from: FreeBSD
2015-04-22 06:45:04 +02:00

9 lines
231 B
C++

--- unicode.cpp.orig 2005-08-14 06:40:58.000000000 +0400
+++ unicode.cpp 2015-03-27 02:57:47.513365000 +0300
@@ -1,5 +1,6 @@
#include <wchar.h>
#include <stdlib.h>
+#include <string.h>
#ifdef WIN32
#include <windows.h>
#endif