diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-08-27 15:55:48 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-08-27 15:55:48 +0200 |
commit | 767742d6349915019b793cd1a04940c3a6ab4488 (patch) | |
tree | f68d0b0d242972034f0008958bb78e3dd99919fe /rpmio/tax.c | |
parent | 0d81a291c164c18c1293582dc659d779986d847c (diff) | |
download | rpm-767742d6349915019b793cd1a04940c3a6ab4488.tar.gz rpm-767742d6349915019b793cd1a04940c3a6ab4488.tar.bz2 rpm-767742d6349915019b793cd1a04940c3a6ab4488.zip |
Adjust paths to beecrypt headers.
Diffstat (limited to 'rpmio/tax.c')
-rw-r--r-- | rpmio/tax.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/rpmio/tax.c b/rpmio/tax.c index 14e884fac..2337a4f95 100644 --- a/rpmio/tax.c +++ b/rpmio/tax.c @@ -1,10 +1,10 @@ #include "system.h" -#include "base64.h" -#include "mpbarrett.h" -#include "mp.h" +#include <beecrypt/base64.h> +#include <beecrypt/mpbarrett.h> +#include <beecrypt/mp.h> #include "popt.h" - + #include "debug.h" const char * applechallenge = "09KF45soMYmvj6dpsUGiIg=="; |