diff options
author | jbj <devnull@localhost> | 1999-03-31 20:37:55 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-03-31 20:37:55 +0000 |
commit | 5fbc0dd6c39f033ca0cd3a6975f1195b94f113db (patch) | |
tree | 16c2edd35762e65617630c8e5d6026326a68afc7 /build | |
parent | 3fae8324504fc1b4c15d3fe5d3f6846191400b4f (diff) | |
download | rpm-5fbc0dd6c39f033ca0cd3a6975f1195b94f113db.tar.gz rpm-5fbc0dd6c39f033ca0cd3a6975f1195b94f113db.tar.bz2 rpm-5fbc0dd6c39f033ca0cd3a6975f1195b94f113db.zip |
add explicit macrofiles path to rpmrc.
CVS patchset: 2933
CVS date: 1999/03/31 20:37:55
Diffstat (limited to 'build')
-rw-r--r-- | build/misc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/misc.c b/build/misc.c index afb82ade2..943264bf2 100644 --- a/build/misc.c +++ b/build/misc.c @@ -1,6 +1,7 @@ #include "system.h" #include "rpmbuild.h" +#include "rpmmacro.h" /* XXX for rpmGetPath */ #include "popt/popt.h" |