diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-11-23 10:20:19 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-11-23 10:20:19 +0200 |
commit | 2c6905dd9f10589e80eb9292992510a1e070cfe4 (patch) | |
tree | c8d671da613dcb8c34f34ad488131bd61ba44739 /lib/fs.c | |
parent | 178e32a0baf9759035e6f4b633b0396623eba80b (diff) | |
download | rpm-2c6905dd9f10589e80eb9292992510a1e070cfe4.tar.gz rpm-2c6905dd9f10589e80eb9292992510a1e070cfe4.tar.bz2 rpm-2c6905dd9f10589e80eb9292992510a1e070cfe4.zip |
Move rpmGetPath and rpmGenPath to rpmfileutil.h
Diffstat (limited to 'lib/fs.c')
-rw-r--r-- | lib/fs.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ #include "system.h" #include <rpmlib.h> -#include <rpmmacro.h> /* XXX for rpmGetPath */ +#include <rpmfileutil.h> /* for rpmGetPath */ #include <rpmlog.h> #include "debug.h" |