Skip to content

Commit 5151ec3

Browse files
utils: add the 'fcntl.h' header file.
Signed-off-by: Yuichiro NAITO <[email protected]>
1 parent 2852fd4 commit 5151ec3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/flb_utils.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#include <time.h>
2424
#include <ctype.h>
2525
#ifdef FLB_HAVE_FORK
26+
#include <fcntl.h>
2627
#include <unistd.h>
2728
#endif
2829

0 commit comments

Comments
 (0)