summaryrefslogtreecommitdiff
path: root/lib/glob.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/glob.c')
-rw-r--r--lib/glob.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/glob.c b/lib/glob.c
index c4ba99459b..17ec19ab5c 100644
--- a/lib/glob.c
+++ b/lib/glob.c
@@ -15,6 +15,10 @@
License along with the GNU C Library; if not, see
<https://www.gnu.org/licenses/>. */
+#ifndef _LIBC
+# include <config.h>
+#endif
+
#include <glob.h>
#include <errno.h>