diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-11-23 11:41:29 +0100 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-11-23 11:41:29 +0100 |
commit | 8ef0ca213fa5e668508f6cbb601b2c2a73e89997 (patch) | |
tree | 7ca564e5de112f125a9da40473d4aae7a2fefd33 /rpmio/tkey.c | |
parent | 79599bafb42c673cc7b9be9a5d3589b5891df0d5 (diff) | |
download | rpm-8ef0ca213fa5e668508f6cbb601b2c2a73e89997.tar.gz rpm-8ef0ca213fa5e668508f6cbb601b2c2a73e89997.tar.bz2 rpm-8ef0ca213fa5e668508f6cbb601b2c2a73e89997.zip |
Expand private include file names to be relative to $(top_srcdir)
Diffstat (limited to 'rpmio/tkey.c')
-rw-r--r-- | rpmio/tkey.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmio/tkey.c b/rpmio/tkey.c index 55b463549..b6f01c0da 100644 --- a/rpmio/tkey.c +++ b/rpmio/tkey.c @@ -6,7 +6,7 @@ static int _debug = 0; #include "system.h" -#include "digest.h" +#include "rpmio/digest.h" #include "debug.h" static int doit(const char *sig, pgpDig dig, int printing) |