]> git.saurik.com Git - wxWidgets.git/blobdiff - src/png/pngrio.c
fixed #include paths to use local copies of png/gdk_imlib/zlib headers
[wxWidgets.git] / src / png / pngrio.c
index 7adb48f54c940c70beb3346acdc9e512e32ea122..6c6710a46f660cafe98d34960605e8f01acac244 100644 (file)
@@ -17,7 +17,7 @@
  */
 
 #define PNG_INTERNAL
-#include "png.h"
+#include "../png/png.h"
 
 /* Read the data from whatever input you are using.  The default routine
    reads from a file pointer.  Note that this routine sometimes gets called