aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-api-v3.c
diff options
context:
space:
mode:
authorJose Bollo <jose.bollo@iot.bzh>2019-02-25 14:45:57 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2019-03-22 12:21:54 +0100
commitcaea0053d2abc141ab585324fb51f8c536db249b (patch)
tree06243bc9d7505db05e70a16065eb8c23497b50fc /src/afb-api-v3.c
parent64ca02ceed8acd4b55e423de6b586a143f5a3c64 (diff)
globmatch: Add globmatch to wrap fnmatch
Change-Id: I1effa961a169cce444ea246f5d7f8839b4937403 Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/afb-api-v3.c')
-rw-r--r--src/afb-api-v3.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/afb-api-v3.c b/src/afb-api-v3.c
index 7b889ee8..caaaff4c 100644
--- a/src/afb-api-v3.c
+++ b/src/afb-api-v3.c
@@ -21,7 +21,6 @@
#include <string.h>
#include <assert.h>
#include <errno.h>
-#include <fnmatch.h>
#include <json-c/json.h>
@@ -34,8 +33,9 @@
#include "afb-auth.h"
#include "afb-export.h"
#include "afb-xreq.h"
-#include "verbose.h"
+#include "globmatch.h"
#include "sig-monitor.h"
+#include "verbose.h"
/*
* Description of a binding