summaryrefslogtreecommitdiff
path: root/image/jpeg.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2005-07-04 23:21:29 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2005-07-04 23:21:29 +0000
commit07f79c3800ccffbc8b70fc2e1769d1c3b8632ee0 (patch)
treea0dc5b88d362ccb6de7f7140f198acf9b4fcd2cf /image/jpeg.c
parent3a117d604fb230f8cc6392a6a663a06878df8090 (diff)
downloadnetsurf-07f79c3800ccffbc8b70fc2e1769d1c3b8632ee0.tar.gz
netsurf-07f79c3800ccffbc8b70fc2e1769d1c3b8632ee0.tar.bz2
[project @ 2005-07-04 23:21:29 by jmb]
Fix jpeglib.h header location svn path=/import/netsurf/; revision=1786
Diffstat (limited to 'image/jpeg.c')
-rw-r--r--image/jpeg.c2
1 files changed, 1 insertions, 1 deletions
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 <stdio.h>
#include <stdlib.h>
#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"