changeset 51876:ca63e0b1c55c

Include libpng/png.h instead of png.h.
author Richard M. Stallman <rms@gnu.org>
date Sat, 12 Jul 2003 21:40:39 +0000
parents 5488bfe4b6be
children cf068b0ef3c5
files src/xfns.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xfns.c	Sat Jul 12 00:20:38 2003 +0000
+++ b/src/xfns.c	Sat Jul 12 21:40:39 2003 +0000
@@ -7421,7 +7421,7 @@
 
 #if HAVE_PNG
 
-#include <png.h>
+#include <libpng/png.h>
 
 /* Function prototypes.  */