From fe5d071784eaa97925c75db5ebadd395ae796410 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Tue, 31 May 2011 08:52:53 +0200 Subject: libjpeg versioning --- fbi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fbi.c') diff --git a/fbi.c b/fbi.c index 79af5d7..bcac299 100644 --- a/fbi.c +++ b/fbi.c @@ -43,7 +43,7 @@ #include "list.h" #include "fbiconfig.h" -#include "jpeg/transupp.h" /* Support routines for jpegtran */ +#include "transupp.h" /* Support routines for jpegtran */ #include "jpegtools.h" #define TRUE 1 -- cgit