aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-hook.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/afb-hook.c')
-rw-r--r--src/afb-hook.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/afb-hook.c b/src/afb-hook.c
index f8b593df..075f6a06 100644
--- a/src/afb-hook.c
+++ b/src/afb-hook.c
@@ -44,9 +44,10 @@
#include "afb-evt.h"
#include "afb-api.h"
#include "afb-msg-json.h"
+
+#include "globmatch.h"
#include "verbose.h"
-#include <fnmatch.h>
#define MATCH(pattern,string) (\
pattern \
? !fnmatch((pattern),(string),FNM_CASEFOLD|FNM_EXTMATCH|FNM_PERIOD) \