From 07f79c3800ccffbc8b70fc2e1769d1c3b8632ee0 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 4 Jul 2005 23:21:29 +0000 Subject: [project @ 2005-07-04 23:21:29 by jmb] Fix jpeglib.h header location svn path=/import/netsurf/; revision=1786 --- image/jpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/jpeg.c b/image/jpeg.c index 672571f2c..80f4019be 100644 --- a/image/jpeg.c +++ b/image/jpeg.c @@ -18,7 +18,7 @@ #include #include #define JPEG_INTERNAL_OPTIONS -#include "libjpeg/jpeglib.h" +#include "jpeglib.h" #include "netsurf/utils/config.h" #include "netsurf/content/content.h" #include "netsurf/desktop/plotters.h" -- cgit v1.2.3