diff options
-rw-r--r-- | misc/glob.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/glob.c b/misc/glob.c index f8a0469f5..f4b49f246 100644 --- a/misc/glob.c +++ b/misc/glob.c @@ -20,7 +20,9 @@ #pragma alloca #endif -#include "system.h" +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif /* Enable GNU extensions in glob.h. */ #ifndef _GNU_SOURCE |