Fix compilation with libjpeg 8 on Windows.

SVN revision: 59608
This commit is contained in:
Vincent Torri 2011-05-23 05:14:20 +00:00
parent 17114374a9
commit 83eb000ca0
2 changed files with 5 additions and 0 deletions

View File

@ -501,3 +501,7 @@
* Use Eina_File.
* Fix test forgetting to initialize eet.
2011-05-23 Vincent Torri
* Fix compilation with libjpeg 8 on Windows.

View File

@ -28,6 +28,7 @@ void * alloca (size_t);
#ifdef _WIN32
# include <winsock2.h>
# define HAVE_BOOLEAN
#endif /* ifdef _WIN32 */
#include <stdio.h>