Skip to content

Commit ef94fce

Browse files
committed
hash_table: add missing header to build on macOS
Signed-off-by: Eduardo Silva <eduardo@calyptia.com>
1 parent 2a21514 commit ef94fce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/flb_hash_table.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
*/
1919

2020
#include <stdint.h>
21+
#include <ctype.h>
2122

2223
#include <fluent-bit/flb_info.h>
2324
#include <fluent-bit/flb_mem.h>

0 commit comments

Comments
 (0)