From fe5d071784eaa97925c75db5ebadd395ae796410 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Tue, 31 May 2011 08:52:53 +0200 Subject: libjpeg versioning --- genthumbnail.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'genthumbnail.c') diff --git a/genthumbnail.c b/genthumbnail.c index cbe5e9d..1259125 100644 --- a/genthumbnail.c +++ b/genthumbnail.c @@ -6,7 +6,7 @@ #include #include -#include "jpeg/transupp.h" /* Support routines for jpegtran */ +#include "transupp.h" /* Support routines for jpegtran */ #include "jpegtools.h" #include "misc.h" @@ -24,7 +24,7 @@ read_jpeg(char *filename) FILE *fp; unsigned int y; void *data; - + /* open file */ if (NULL == (fp = fopen(filename, "r"))) { fprintf(stderr,"open %s: %s\n",filename,strerror(errno)); -- cgit