Skip to content

Commit 0be5d30

Browse files
committed
Add HTTP client header in http_conf.c
Signed-off-by: Nicholas Nezis <[email protected]>
1 parent cf34367 commit 0be5d30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/out_http/http_conf.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include <fluent-bit/flb_pack.h>
2323
#include <fluent-bit/flb_sds.h>
2424
#include <fluent-bit/flb_kv.h>
25+
#include <fluent-bit/flb_http_client.h>
2526
#include <fluent-bit/flb_record_accessor.h>
2627

2728
#ifdef FLB_HAVE_SIGNV4

0 commit comments

Comments
 (0)