/[xforms]/xforms/image/image_jpeg.c
ViewVC logotype

Diff of /xforms/image/image_jpeg.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by leeming, Fri Nov 28 14:28:46 2003 UTC revision 1.8 by lasgouttes, Wed Dec 29 11:01:48 2004 UTC
# Line 41  Line 41 
41  #include "include/forms.h"  #include "include/forms.h"
42  #include "flimage.h"  #include "flimage.h"
43  #include "flimage_int.h"  #include "flimage_int.h"
44    /* jpeglib.h includes jconfig.h which has a old-style definition of
45     * HAVE_STDLIB_H. This breaks compilation with compilers like IBM's
46     * xlc. */
47    #ifdef HAVE_STDLIB_H
48    #undef HAVE_STDLIB_H
49    #endif
50  #include "jpeglib.h"  #include "jpeglib.h"
51  #include "jerror.h"  #include "jerror.h"
52  #include <setjmp.h>  #include <setjmp.h>

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26