From 8c2a7e23de1f6d103851c838356ca8a5c474ddf0 Mon Sep 17 00:00:00 2001 From: François Revel Date: Mon, 15 Sep 2008 21:12:48 +0000 Subject: Fix include path for libpng. Libpng mandates using , if it doesn't work for you, fix your OS :D (or use -I) See http://www.libpng.org/pub/png/libpng-1.2.5-manual.html#section-2 svn path=/trunk/netsurf/; revision=5333 --- image/png.c | 2 +- image/png.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/image/png.c b/image/png.c index 822b3b445..7c621b0bf 100644 --- a/image/png.c +++ b/image/png.c @@ -23,7 +23,7 @@ #include #include -#include +#include #include "utils/config.h" diff --git a/image/png.h b/image/png.h index 5350ec61d..521881136 100644 --- a/image/png.h +++ b/image/png.h @@ -21,7 +21,7 @@ #define _NETSURF_RISCOS_PNG_H_ #include -#include +#include struct content; struct bitmap; -- cgit v1.2.3