include Evil.h with vc++ for vasprintf

SVN revision: 48014
This commit is contained in:
Vincent Torri 2010-04-15 06:16:59 +00:00
parent 1e8c976b28
commit 16b01952a9
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@
#include <stdlib.h>
#include <string.h>
#ifdef _MSC_VER
# include <Evil.h>
#endif
#include "eina_private.h"
#include "eina_str.h"
#include "eina_magic.h"