]> git.saurik.com Git - wxWidgets.git/blobdiff - src/png/example.c
many fixes to wxTextCrtl, wxTreeCrtl, wxListBox,
[wxWidgets.git] / src / png / example.c
index bc86aed6ea483d437e88a588146c71edc3fab326..4b22852ee2e628f077aea79fd1f6301171b2bcdb 100644 (file)
@@ -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.