summaryrefslogtreecommitdiff
path: root/lib/glob.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/glob.c')
-rw-r--r--lib/glob.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/glob.c b/lib/glob.c
index c65270f793..bf90a00450 100644
--- a/lib/glob.c
+++ b/lib/glob.c
@@ -15,12 +15,11 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#ifndef _LIBC
-# include <config.h>
-#endif
-
/* Don't use __attribute__ __nonnull__ in this compilation unit. Otherwise gcc
optimizes away the pattern == NULL || pglob == NULL tests below. */
-#define _GL_ARG_NONNULL(params)
+# define _GL_ARG_NONNULL(params)
+# include <config.h>
+#endif
#include <glob.h>