diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/unix.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unix.cpp b/src/unix.cpp index 9ab974d25..1151c373a 100644 --- a/src/unix.cpp +++ b/src/unix.cpp @@ -203,6 +203,7 @@ void CSleep(int milliseconds) #include <iconv.h> #include <errno.h> #include "debug.h" +#include "string_func.h" #define INTERNALCODE "UTF-8" |