src/file_gz.c: compilation fix when zlib is present and SINGLE_FORMAT
enabled.
This commit is contained in:
parent
931421d4df
commit
1c05a14387
1 changed files with 1 additions and 1 deletions
|
@ -36,10 +36,10 @@
|
|||
#include "types.h"
|
||||
#include "file_gz.h"
|
||||
|
||||
#if !defined(SINGLE_FORMAT) || defined(SINGLE_FORMAT_gz)
|
||||
#ifdef HAVE_ZLIB_H
|
||||
#include <zlib.h>
|
||||
#endif
|
||||
#if !defined(SINGLE_FORMAT) || defined(SINGLE_FORMAT_gz)
|
||||
#include "filegen.h"
|
||||
#include "common.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue