Evas: Fix compilation with libjpeg 8 on Windows.
authorVincent Torri <vincent.torri@gmail.com>
Mon, 23 May 2011 06:45:19 +0000 (06:45 +0000)
committerVincent Torri <vincent.torri@gmail.com>
Mon, 23 May 2011 06:45:19 +0000 (06:45 +0000)
SVN revision: 59609

legacy/evas/ChangeLog
legacy/evas/src/modules/loaders/jpeg/evas_image_load_jpeg.c

index 73bfcb8..399ecbb 100644 (file)
         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.
index fb2b839..8379b4e 100644 (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"