summaryrefslogtreecommitdiff
path: root/misc/glob.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/glob.c')
-rw-r--r--misc/glob.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/glob.c b/misc/glob.c
index 42ba460f5..f8a0469f5 100644
--- a/misc/glob.c
+++ b/misc/glob.c
@@ -20,9 +20,7 @@
#pragma alloca
#endif
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include "system.h"
/* Enable GNU extensions in glob.h. */
#ifndef _GNU_SOURCE