From fe5e6ffd2231b5f5c68d72a0895933326dac3eb6 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 28 Mar 2015 21:45:57 +0100 Subject: [PATCH] Add file/file_extract.h to rpng.h --- libretro-common/include/formats/rpng.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/libretro-common/include/formats/rpng.h b/libretro-common/include/formats/rpng.h index 57d8f8b7be..add1d18d09 100644 --- a/libretro-common/include/formats/rpng.h +++ b/libretro-common/include/formats/rpng.h @@ -28,10 +28,7 @@ #include #include - -#ifdef HAVE_CONFIG_H -#include "../../config.h" -#endif +#include #ifdef __cplusplus extern "C" { @@ -88,6 +85,7 @@ struct rpng_process_t unsigned pos; } pass; z_stream stream; + zlib_file_handle_t handle; }; struct rpng_t