@cryptotaxi247 / netdata-1 / commits / 85e59be1c

[Stream Compression] - Bug fix #12043 - lz4.h compilation error - compile from source (#12049)

odynik committed Jan 28, 2022 at 12:15 UTC 85e59be1c656b946a1fcd19404cb0df6095e7dfb
1 file changed +1 -1
streaming/compression.c
+1 -1
@@ -1,7 +1,7 @@
1 #include "rrdpush.h"
2 -#include "lz4.h"
2
3 #ifdef ENABLE_COMPRESSION
4 +#include "lz4.h"
5
6 #define LZ4_MAX_MSG_SIZE 0x4000
7 #define LZ4_STREAM_BUFFER_SIZE (0x10000 + LZ4_MAX_MSG_SIZE)