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