diff options
Diffstat (limited to 'misc/glob.c')
-rw-r--r-- | misc/glob.c | 4 |
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 |