diff options
| author | Richard M. Stallman | 2003-07-12 21:40:39 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-07-12 21:40:39 +0000 |
| commit | 5a0a05fe7c3c2c163f1d1a4569bbd2c7e5953de8 (patch) | |
| tree | d062837372d8629005cd18f447bdee450ffcf254 /src | |
| parent | 7a1e19738c24394ffbc4a38cee0ce2df8db23897 (diff) | |
| download | emacs-5a0a05fe7c3c2c163f1d1a4569bbd2c7e5953de8.tar.gz emacs-5a0a05fe7c3c2c163f1d1a4569bbd2c7e5953de8.zip | |
Include libpng/png.h instead of png.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 7421 | 7421 | ||
| 7422 | #if HAVE_PNG | 7422 | #if HAVE_PNG |
| 7423 | 7423 | ||
| 7424 | #include <png.h> | 7424 | #include <libpng/png.h> |
| 7425 | 7425 | ||
| 7426 | /* Function prototypes. */ | 7426 | /* Function prototypes. */ |
| 7427 | 7427 | ||