journal: build fix when LZ4 is enabled but XZ is not

This commit is contained in:
Gustavo Sverzut Barbieri 2014-09-25 18:08:02 -03:00 committed by Zbigniew Jędrzejewski-Szmek
parent dd87b1840c
commit 10893a5cfa

View file

@ -78,7 +78,7 @@ typedef struct JournalFile {
Hashmap *chain_cache;
#ifdef HAVE_XZ
#if defined(HAVE_XZ) || defined(HAVE_LZ4)
void *compress_buffer;
size_t compress_buffer_size;
#endif