Skip to content

Commit

Permalink
lib: use mk_core to workaround pipe() on WIN32
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Silva <[email protected]>
  • Loading branch information
edsiper committed Dec 16, 2016
1 parent 34bcd70 commit 284e5f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/flb_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <signal.h>
#include <stdarg.h>

#include <monkey/mk_core.h>
#include <fluent-bit/flb_lib.h>
#include <fluent-bit/flb_mem.h>
#include <fluent-bit/flb_engine.h>
Expand Down

0 comments on commit 284e5f1

Please sign in to comment.