Update of /cvsroot/libexif/exif/libjpeg
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv16522/libjpeg
Modified Files:
jpeg-data.c
Log Message:
include the proper i18n header
Index: jpeg-data.c
===================================================================
RCS file: /cvsroot/libexif/exif/libjpeg/jpeg-data.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -d -r1.18 -r1.19
--- jpeg-data.c 21 May 2007 14:22:09 -0000 1.18
+++ jpeg-data.c 21 May 2007 16:09:27 -0000 1.19
@@ -25,7 +25,10 @@
#include <stdio.h>
#include <string.h>
-#include <libexif/exif-i18n.h>
+/* This refers to the exif-i18n.h file from the "exif" package and is
+ * NOT to be confused with the libexif/i18n.h file.
+ */
+#include "exif/exif-i18n.h"
struct _JPEGDataPrivate
{
|