diff options
Diffstat (limited to 'src/wrap')
-rw-r--r-- | src/wrap/perl-xs/Botan.xs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrap/perl-xs/Botan.xs b/src/wrap/perl-xs/Botan.xs index ded129d2e..5268a96d1 100644 --- a/src/wrap/perl-xs/Botan.xs +++ b/src/wrap/perl-xs/Botan.xs @@ -14,7 +14,7 @@ extern "C" { #include <botan/asn1_oid.h> #include <botan/base64.h> #include <botan/basefilt.h> -#include <botan/hex.h> +#include <botan/hex_filt.h> #include <botan/init.h> #include <botan/oids.h> #include <botan/x509cert.h> |