gphoto2.ds: Fix a compiler warning for libjpeg includes.

This commit is contained in:
Austin English 2009-06-15 11:10:46 -05:00 committed by Alexandre Julliard
parent 15ff349ada
commit 281382afe3

View file

@ -44,7 +44,10 @@
# define UINT8 JPEG_UINT8
# define UINT16 JPEG_UINT16
# undef FAR
# undef HAVE_STDLIB_H
# include <jpeglib.h>
# undef HAVE_STDLIB_H
# define HAVE_STDLIB_H 1
# undef UINT16
#endif