summaryrefslogtreecommitdiff
path: root/lib/glob.in.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/glob.in.h')
-rw-r--r--lib/glob.in.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/glob.in.h b/lib/glob.in.h
index d4270d7f45..d8b03c5f3a 100644
--- a/lib/glob.in.h
+++ b/lib/glob.in.h
@@ -70,7 +70,9 @@ typedef int (*_gl_glob_errfunc_fn) (const char *, int);
/* Preparations for including the standard GNU C Library header. */
-# include <libc-config.h>
+# ifndef __attribute_maybe_unused__
+# include <libc-config.h>
+# endif
# include <stddef.h>