raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d7f9735a90c718c152b6240082a6f01bfde23972
commit d7f9735a90c718c152b6240082a6f01bfde23972 Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com> Date: Mon May 3 20:52:37 2021 +0100 eina + elm - add fnmatch.h back for compat --- src/lib/elementary/Efl_Ui.h | 1 + src/lib/elementary/Elementary.h | 1 + 2 files changed, 2 insertions(+) diff --git a/src/lib/elementary/Efl_Ui.h b/src/lib/elementary/Efl_Ui.h index 3178aa9be6..3a64e9fdb0 100644 --- a/src/lib/elementary/Efl_Ui.h +++ b/src/lib/elementary/Efl_Ui.h @@ -14,6 +14,7 @@ #include <sys/time.h> #include <sys/param.h> #include <math.h> +#include <fnmatch.h> #include <limits.h> #include <ctype.h> #include <time.h> diff --git a/src/lib/elementary/Elementary.h b/src/lib/elementary/Elementary.h index b26272c128..9aba913e95 100644 --- a/src/lib/elementary/Elementary.h +++ b/src/lib/elementary/Elementary.h @@ -20,6 +20,7 @@ #include <sys/time.h> #include <sys/param.h> #include <math.h> +#include <fnmatch.h>< #include <limits.h> #include <ctype.h> #include <time.h> --