From: Richard M. Stallman Date: Sat, 12 Jul 2003 21:40:39 +0000 (+0000) Subject: Include libpng/png.h instead of png.h. X-Git-Tag: ttn-vms-21-2-B4~9380 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5a0a05fe7c3c2c163f1d1a4569bbd2c7e5953de8;p=emacs.git Include libpng/png.h instead of png.h. --- 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. */