From db4e72211ef17d0bd061d3881ee5dc661289fb90 Mon Sep 17 00:00:00 2001 From: jbj Date: Sun, 9 Jun 2002 22:15:16 +0000 Subject: Sanity. CVS patchset: 5477 CVS date: 2002/06/09 22:15:16 --- lib/rpmrc.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/rpmrc.c') diff --git a/lib/rpmrc.c b/lib/rpmrc.c index 077b6c162..89877f494 100644 --- a/lib/rpmrc.c +++ b/lib/rpmrc.c @@ -6,6 +6,8 @@ #include #endif +#include /* XXX for /etc/rpm/platform contents */ + #if HAVE_SYS_SYSTEMCFG_H #include #else @@ -21,7 +23,7 @@ /*@access FD_t@*/ /* compared with NULL */ /*@observer@*/ /*@unchecked@*/ -static const char *defrcfiles = LIBRPMRC_FILENAME ":/etc/rpmrc:~/.rpmrc"; +static const char *defrcfiles = LIBRPMRC_FILENAME ":" VENDORRPMRC_FILENAME ":/etc/rpmrc:~/.rpmrc"; /*@observer@*/ /*@checked@*/ const char * macrofiles = MACROFILES; -- cgit v1.2.3