fix warning with vc++

SVN revision: 42062
This commit is contained in:
Vincent Torri 2009-08-28 07:15:49 +00:00
parent 8eb64a4e2d
commit bc6ee8c17a
1 changed files with 4 additions and 0 deletions

View File

@ -49,6 +49,10 @@ void *alloca (size_t);
#include <stdio.h>
#include <string.h>
#ifdef HAVE_EVIL
# include <Evil.h>
#endif
#include "eina_benchmark.h"
#include "eina_inlist.h"
#include "eina_counter.h"