vasprintf is not declared in mingw too

SVN revision: 49252
This commit is contained in:
Vincent Torri 2010-05-28 18:59:43 +00:00
parent 52e3f2d0ab
commit f446a5b9f9
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
#include <stdlib.h>
#include <string.h>
#ifdef _MSC_VER
#ifdef _WIN32
# include <Evil.h>
#endif