Skip to content

Commit

Permalink
Fix build error when AWS is disabled fluent#9664
Browse files Browse the repository at this point in the history
Signed-off-by: nortenorte <[email protected]>
  • Loading branch information
nortenorte authored Dec 11, 2024
1 parent bfa594c commit b1770b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/flb_http_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
#include <fluent-bit/flb_base64.h>
#include <fluent-bit/tls/flb_tls.h>
#include <fluent-bit/flb_signv4_ng.h>
#include <fluent-bit/flb_config_map.h>
#include <fluent-bit/flb_upstream_ha.h>

void flb_http_client_debug(struct flb_http_client *c,
struct flb_callback *cb_ctx)
Expand Down

0 comments on commit b1770b2

Please sign in to comment.