include setjmp.h after png.h

SVN revision: 37515
This commit is contained in:
Vincent Torri 2008-11-05 20:39:10 +00:00
parent 6a7aefef08
commit cfbfc24c32
1 changed files with 1 additions and 1 deletions

View File

@ -8,8 +8,8 @@
#endif
#include <stdio.h>
#include <setjmp.h>
#include <png.h>
#include <setjmp.h>
#ifdef HAVE_EVIL
# include <Evil.h>