diff options
author | jbj <devnull@localhost> | 2000-03-10 17:50:53 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2000-03-10 17:50:53 +0000 |
commit | cb608da54243a2e56fbfb2e5258681a0f1faa9f8 (patch) | |
tree | 2a4306a708d2353f9fee99322a087c000f025564 | |
parent | ac8637bd5275962c11f89fb9a802626a21bf0592 (diff) | |
download | rpm-cb608da54243a2e56fbfb2e5258681a0f1faa9f8.tar.gz rpm-cb608da54243a2e56fbfb2e5258681a0f1faa9f8.tar.bz2 rpm-cb608da54243a2e56fbfb2e5258681a0f1faa9f8.zip |
Get config.h by includeing "system.h"
CVS patchset: 3616
CVS date: 2000/03/10 17:50:53
-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 |