diff options
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 | ||