summaryrefslogtreecommitdiff
path: root/src/lib/eet/eet_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/eet/eet_lib.c')
-rw-r--r--src/lib/eet/eet_lib.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/eet/eet_lib.c b/src/lib/eet/eet_lib.c
index 0ba2cdaed2..ba78771006 100644
--- a/src/lib/eet/eet_lib.c
+++ b/src/lib/eet/eet_lib.c
@@ -9,7 +9,6 @@
#include <time.h>
#include <string.h>
#include <unistd.h>
-#include <fnmatch.h>
#include <fcntl.h>
#include <Eina.h>
@@ -2607,7 +2606,7 @@ eet_list(Eet_File *ef,
* check for * explicitly, because on some systems, * isn't well
* supported
*/
- if ((!glob) || !fnmatch(glob, efn->name, 0))
+ if ((!glob) || !eina_fnmatch(glob, efn->name, 0))
{
/* add it to our list */
list_count++;