From da8a572535d7f2c318a272d0e6428a9c552745d9 Mon Sep 17 00:00:00 2001 From: sergiobenrocha2 Date: Fri, 21 Aug 2015 20:36:28 -0300 Subject: [PATCH] Fix header in pngstruct.h --- core/deps/libpng/pngstruct.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/deps/libpng/pngstruct.h b/core/deps/libpng/pngstruct.h index c8c0e46e8..cb1b79dcd 100644 --- a/core/deps/libpng/pngstruct.h +++ b/core/deps/libpng/pngstruct.h @@ -27,7 +27,7 @@ /* We must ensure that zlib uses 'const' in declarations. */ # define ZLIB_CONST #endif -#include "zlib.h" +#include "../zlib/zlib.h" #ifdef const /* zlib.h sometimes #defines const to nothing, undo this. */ # undef const