1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-10 01:17:44 +03:00

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