temporal VC patch from nkshigeru

This commit is contained in:
Yukihiro Matsumoto
2012-05-09 22:23:39 +09:00
parent 6faab394d7
commit bcd24af19c
3 changed files with 9 additions and 0 deletions
+3
View File
@@ -13,6 +13,9 @@
#ifdef INCLUDE_ENCODING
#include "encoding.h"
#include <sys/types.h> /* for ssize_t */
#ifdef _MSC_VER
typedef int ssize_t;
#endif
#include "transcode_data.h"
#include <ctype.h>
#include "st.h"