summaryrefslogtreecommitdiff
path: root/www/wml/files/patch-gd_png.c
blob: a0782eb86a0cd12b5d7104feea66a734a497ae2b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- wml_common/gd/libgd/gd_png.c.orig	Mon Aug 16 11:51:29 2004
+++ wml_common/gd/libgd/gd_png.c	Mon Aug 16 11:51:37 2004
@@ -5,7 +5,7 @@
 #include "gd.h"
 
 #ifdef HAVE_LIBPNG
-#include <png.h>    /* includes zlib.h and setjmp.h */
+#include <libpng/png.h>    /* includes zlib.h and setjmp.h */
 
 #define TRUE 1
 #define FALSE 0