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 committed Oct 9, 2024
1 parent fdef753 commit 7922a6b
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 7922a6b

Please sign in to comment.