From 5a0a05fe7c3c2c163f1d1a4569bbd2c7e5953de8 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 12 Jul 2003 21:40:39 +0000 Subject: [PATCH] Include libpng/png.h instead of png.h. --- src/xfns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xfns.c b/src/xfns.c index ac36b8c0ef2..cdea92ec63a 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -7421,7 +7421,7 @@ pbm_load (f, img) #if HAVE_PNG -#include +#include /* Function prototypes. */ -- 2.39.2