Skip to content

Commit 63e526c

Browse files
committed
Add required headers that might be missing depending on build
Signed-off-by: DoumanAsh <[email protected]>
1 parent 0def4e6 commit 63e526c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/flb_http_client.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
4646
#include <fluent-bit/tls/flb_tls.h>
4747
#include <time.h>
4848
#include <fluent-bit/flb_signv4_ng.h>
49+
#include <fluent-bit/flb_config_map.h>
50+
#include <fluent-bit/flb_upstream_ha.h>
4951

5052
void flb_http_client_debug(struct flb_http_client *c,
5153
struct flb_callback *cb_ctx)

0 commit comments

Comments
 (0)