X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..70bb5dba34af9ff4db8b0f21b28a8ab31f8b72cc:/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,