Add file/file_extract.h to rpng.h

This commit is contained in:
twinaphex 2015-03-28 21:45:57 +01:00
parent 03c6265846
commit fe5e6ffd22

View File

@ -28,10 +28,7 @@
#include <boolean.h> #include <boolean.h>
#include <zlib.h> #include <zlib.h>
#include <file/file_extract.h>
#ifdef HAVE_CONFIG_H
#include "../../config.h"
#endif
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
@ -88,6 +85,7 @@ struct rpng_process_t
unsigned pos; unsigned pos;
} pass; } pass;
z_stream stream; z_stream stream;
zlib_file_handle_t handle;
}; };
struct rpng_t struct rpng_t