summaryrefslogtreecommitdiff
path: root/misc/glob.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2000-03-10 17:50:53 +0000
committerjbj <devnull@localhost>2000-03-10 17:50:53 +0000
commitcb608da54243a2e56fbfb2e5258681a0f1faa9f8 (patch)
tree2a4306a708d2353f9fee99322a087c000f025564 /misc/glob.c
parentac8637bd5275962c11f89fb9a802626a21bf0592 (diff)
downloadrpm-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
Diffstat (limited to 'misc/glob.c')
-rw-r--r--misc/glob.c4
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