add vasprintf declaration on Windows

SVN revision: 51497
This commit is contained in:
Vincent Torri 2010-08-21 17:25:46 +00:00
parent 87891e6af7
commit 0686aa04af
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@
#include <stdio.h>
#include <string.h>
#ifdef HAVE_EVIL
# include <Evil.h>
#endif
#include "eina_private.h"
#include "eina_str.h"
#include "eina_strbuf_common.h"