Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/engines/common


Modified Files:
        evas_image_load.c 


Log Message:
Fix for a build issue some people have encountered with jpeglib.h not
including stdio.h as necessary.

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/evas/src/lib/engines/common/evas_image_load.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- evas_image_load.c   18 Dec 2003 17:18:50 -0000      1.8
+++ evas_image_load.c   23 Dec 2003 05:59:03 -0000      1.9
@@ -10,6 +10,7 @@
 #endif
 
 #ifdef BUILD_LOADER_JPEG
+#include <stdio.h>
 #include <jpeglib.h>
 #include <setjmp.h>
 #endif




-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to