Do not assume we can include fnmatch.h Signed-off-by: Rink Springer diff --git a/src/expand.c b/src/expand.c index 2a50830..1ab5757 100644 --- a/src/expand.c +++ b/src/expand.c @@ -45,7 +45,9 @@ #include #include #include +#ifdef HAVE_FNMATCH #include +#endif #ifdef HAVE_GLOB #include #endif