Evas: Fix compilation with libjpeg 8 on Windows.

SVN revision: 59609
This commit is contained in:
Vincent Torri 2011-05-23 06:45:19 +00:00
parent 83eb000ca0
commit 70c27550cf
2 changed files with 6 additions and 2 deletions

View File

@ -350,3 +350,6 @@
due to OpenGL-ES limitations.
* Fix Surface recreation for FBO in Evas GL support.
2011-05-23 Vincent Torri
* Fix compilation with libjpeg 8 on Windows.

View File

@ -3,13 +3,14 @@
#endif
#include <stdio.h>
#include <jpeglib.h>
#include <setjmp.h>
#ifdef HAVE_EVIL
# include <Evil.h>
#endif
#include <setjmp.h>
#include <jpeglib.h>
#include "evas_common.h"
#include "evas_private.h"