MinGW seems to barf unless jinclude.h is included before jpeglib.h


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@646 632fc199-4ca6-4c93-a231-07263d6284db
diff --git a/turbojpegl.c b/turbojpegl.c
index ba2967c..c890bc0 100644
--- a/turbojpegl.c
+++ b/turbojpegl.c
@@ -30,11 +30,11 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <jinclude.h>
 #define JPEG_INTERNALS
 #include <jpeglib.h>
 #include <jerror.h>
 #include <setjmp.h>
-#include <jinclude.h>
 #include "./turbojpeg.h"
 #include "./tjutil.h"
 #include "transupp.h"