diff options
author | jbj <devnull@localhost> | 2000-03-10 20:47:57 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2000-03-10 20:47:57 +0000 |
commit | 94e1c52e5e977e0c4421a590fecd258eb06d0421 (patch) | |
tree | 0fe75ef3957775cfb4e034fc66695ed337c0ff2a /misc | |
parent | afb7d4bc0ef1627539d9dcba0093622ed8ce2ed8 (diff) | |
download | librpm-tizen-94e1c52e5e977e0c4421a590fecd258eb06d0421.tar.gz librpm-tizen-94e1c52e5e977e0c4421a590fecd258eb06d0421.tar.bz2 librpm-tizen-94e1c52e5e977e0c4421a590fecd258eb06d0421.zip |
Can't include system.h w/o mishap.
CVS patchset: 3618
CVS date: 2000/03/10 20:47:57
Diffstat (limited to 'misc')
-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 |