X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..6e4739a0e1e6b22dc33e5974cea0d5a4df89e815:/src/png/pngwrite.c diff --git a/src/png/pngwrite.c b/src/png/pngwrite.c index 9980027e30..699207c04a 100644 --- a/src/png/pngwrite.c +++ b/src/png/pngwrite.c @@ -11,7 +11,7 @@ /* get internal access to png.h */ #define PNG_INTERNAL -#include "png.h" +#include "../png/png.h" /* Writes all the PNG information. This is the suggested way to use the * library. If you have a new chunk to add, make a function to write it,