X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..520e470fdd0daef09c77938db642e4583933c90d:/src/png/example.c?ds=sidebyside 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.