Skip to content

Commit acabb62

Browse files
committed
zstd: Add a missing include
Signed-off-by: Hiroshi Hatake <[email protected]>
1 parent 417cb44 commit acabb62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/fluent-bit/flb_zstd.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
#include <fluent-bit/flb_info.h>
2424
#include <zstd.h>
25+
#include <zstd_errors.h>
2526

2627
struct flb_decompression_context;
2728

0 commit comments

Comments
 (0)