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 6a80c78 commit 1256bf8Copy full SHA for 1256bf8
1 file changed
src/flb_lib.c
@@ -20,6 +20,7 @@
20
21
#include <fluent-bit/flb_lib.h>
22
#include <fluent-bit/flb_mem.h>
23
+#include <fluent-bit/flb_compat.h>
24
#include <fluent-bit/flb_pipe.h>
25
#include <fluent-bit/flb_engine.h>
26
#include <fluent-bit/flb_input.h>
@@ -39,7 +40,6 @@
39
40
#include <signal.h>
41
#include <stdarg.h>
42
#include <sys/stat.h>
-#include <unistd.h>
43
#include <errno.h>
44
#include <stdlib.h>
45
0 commit comments