summaryrefslogtreecommitdiffstats
path: root/streaming/compression.c
diff options
context:
space:
mode:
Diffstat (limited to 'streaming/compression.c')
-rw-r--r--streaming/compression.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/streaming/compression.c b/streaming/compression.c
index 917f05bd6..93810aaed 100644
--- a/streaming/compression.c
+++ b/streaming/compression.c
@@ -1,7 +1,7 @@
#include "rrdpush.h"
-#include "lz4.h"
#ifdef ENABLE_COMPRESSION
+#include "lz4.h"
#define LZ4_MAX_MSG_SIZE 0x4000
#define LZ4_STREAM_BUFFER_SIZE (0x10000 + LZ4_MAX_MSG_SIZE)