* src/lib/Evil.h:

be sure to include stdio.h before redefining the
	functions that are declared int it.



SVN revision: 38076
This commit is contained in:
Vincent Torri 2008-12-10 06:15:03 +00:00
parent 1d560a6229
commit 89937e8cf5
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2008-12-10 Vincent Torri <doursse at users dot sf dot net>
* src/lib/Evil.h:
be sure to include stdio.h before redefining the
functions that are declared int it.
2008-12-09 Vincent Torri <doursse at users dot sf dot net>
* src/bin/evil_test_gettimeofday.c:

View File

@ -62,6 +62,7 @@ extern "C" {
#undef WIN32_LEAN_AND_MEAN
#include <stdlib.h>
#include <stdio.h>
#include <sys/time.h>
#include <limits.h>
#include <sys/stat.h>