From 0ce692f2add209c6f5d449ee2be7af725f1813e8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 15 Feb 2022 04:25:22 +0100 Subject: Adding upstream version 1.33.1. Signed-off-by: Daniel Baumann --- streaming/compression.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'streaming') 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) -- cgit v1.2.3