X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..32c77a71336262a7d7d5e79ac690a4bff78d1c92:/src/png/pngrio.c?ds=inline

diff --git a/src/png/pngrio.c b/src/png/pngrio.c
index 7adb48f54c..6c6710a46f 100644
--- a/src/png/pngrio.c
+++ b/src/png/pngrio.c
@@ -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