We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac5ca94 commit 7b3a436Copy full SHA for 7b3a436
2 files changed
include/fluent-bit/http_server/flb_hs.h
@@ -23,10 +23,10 @@
23
#include <fluent-bit/flb_info.h>
24
#include <fluent-bit/flb_config.h>
25
#include <fluent-bit/flb_network.h>
26
+#include <fluent-bit/flb_pthread.h>
27
#include <fluent-bit/flb_sds.h>
28
#include <fluent-bit/http_server/flb_http_server.h>
29
#include <monkey/mk_core.h>
-#include <pthread.h>
30
31
/*
32
* HTTP buffers that contains certain cached data to be used
src/http_server/flb_hs.c
@@ -27,7 +27,6 @@
#include <fluent-bit/http_server/flb_hs_utils.h>
#include <errno.h>
/* v1 */
33
#include "api/v1/register.h"
0 commit comments