summaryrefslogtreecommitdiff
path: root/rpmio/tkey.c
diff options
context:
space:
mode:
authorRalf Corsépius <corsepiu@fedoraproject.org>2007-11-23 11:41:29 +0100
committerRalf Corsépius <corsepiu@fedoraproject.org>2007-11-23 11:41:29 +0100
commit8ef0ca213fa5e668508f6cbb601b2c2a73e89997 (patch)
tree7ca564e5de112f125a9da40473d4aae7a2fefd33 /rpmio/tkey.c
parent79599bafb42c673cc7b9be9a5d3589b5891df0d5 (diff)
downloadrpm-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.c2
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)