diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2011-05-31 08:52:53 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2011-05-31 08:52:53 +0200 |
commit | fe5d071784eaa97925c75db5ebadd395ae796410 (patch) | |
tree | 6d34b0c40e0520c00eb20b5000d13259e681aefd /genthumbnail.c | |
parent | 26dbe9b764f6febf01f9a9f31391e1463c57bf36 (diff) | |
download | fbida-fe5d071784eaa97925c75db5ebadd395ae796410.tar.gz |
libjpeg versioning
Diffstat (limited to 'genthumbnail.c')
-rw-r--r-- | genthumbnail.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/genthumbnail.c b/genthumbnail.c index cbe5e9d..1259125 100644 --- a/genthumbnail.c +++ b/genthumbnail.c @@ -6,7 +6,7 @@ #include <string.h> #include <jpeglib.h> -#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)); |