Skip to content

Commit

Permalink
in_blob: fixed windows compatibility issue
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Alminana <[email protected]>
  • Loading branch information
leonardo-albertovich authored and edsiper committed Oct 10, 2024
1 parent 9c09f03 commit 81f94fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/in_blob/blob.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
#ifndef FLB_SYSTEM_WINDOWS
#include <glob.h>
#include <fnmatch.h>
#else
#define strtok_r strtok_s
#endif

#include <stdio.h>
Expand Down

0 comments on commit 81f94fe

Please sign in to comment.