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 <zlib.h>
#ifdef HAVE_CONFIG_H
#include "../../config.h"
#endif
#include <file/file_extract.h>
#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