summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2000-03-10 20:47:57 +0000
committerjbj <devnull@localhost>2000-03-10 20:47:57 +0000
commit94e1c52e5e977e0c4421a590fecd258eb06d0421 (patch)
tree0fe75ef3957775cfb4e034fc66695ed337c0ff2a /misc
parentafb7d4bc0ef1627539d9dcba0093622ed8ce2ed8 (diff)
downloadlibrpm-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.c4
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