Fixed ssize_t error on MinGW

pull/23/head
Sergey Zolotarev 2012-07-03 17:44:48 +06:00
parent 238c3128de
commit 1c39b9474e
1 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,10 @@
# include "config.h"
#endif
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef __MINGW32__
#ifdef malloc
# undef malloc