summaryrefslogtreecommitdiff
path: root/rpmio
diff options
context:
space:
mode:
authorRalf Corsépius <corsepiu@fedoraproject.org>2007-08-27 15:59:39 +0200
committerRalf Corsépius <corsepiu@fedoraproject.org>2007-08-27 15:59:39 +0200
commit2cb8ee9accb7fdb81190e715f56071a1e252994a (patch)
tree5e52ef0f9f8d7f44272cc9bc5f56dc8ea6ec7b64 /rpmio
parent767742d6349915019b793cd1a04940c3a6ab4488 (diff)
downloadrpm-2cb8ee9accb7fdb81190e715f56071a1e252994a.tar.gz
rpm-2cb8ee9accb7fdb81190e715f56071a1e252994a.tar.bz2
rpm-2cb8ee9accb7fdb81190e715f56071a1e252994a.zip
Adjust paths to beecrypt headers.
Diffstat (limited to 'rpmio')
-rw-r--r--rpmio/tinv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rpmio/tinv.c b/rpmio/tinv.c
index d87e2bcf7..e4f18ce46 100644
--- a/rpmio/tinv.c
+++ b/rpmio/tinv.c
@@ -1,6 +1,6 @@
#include "system.h"
-#include "mpbarrett.h"
-#include "mp.h"
+#include <beecrypt/mpbarrett.h>
+#include <beecrypt/mp.h>
#include "popt.h"
#include "debug.h"