1
0
Fork 0

(svn r11778) -Fix: compiles with ICONV failed.

release/0.6
rubidium 2008-01-07 15:17:23 +00:00
parent a3ccdcea36
commit eced1fb4ae
1 changed files with 1 additions and 0 deletions

View File

@ -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"