X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..e2414cbe8c21931afbb590132232553514da824c:/src/png/example.c diff --git a/src/png/example.c b/src/png/example.c index bc86aed6ea..4b22852ee2 100644 --- a/src/png/example.c +++ b/src/png/example.c @@ -13,7 +13,7 @@ * working PNG reader/writer, see pngtest.c, included in this distribution. */ -#include "png.h" +#include "../png/png.h" /* Check to see if a file is a PNG file using png_sig_cmp(). Returns * non-zero if the image is a PNG, and 0 if it isn't a PNG.