diff options
Diffstat (limited to 'src/pem.cpp')
-rw-r--r-- | src/pem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pem.cpp b/src/pem.cpp index f34f22a67..9a0f3c31e 100644 --- a/src/pem.cpp +++ b/src/pem.cpp @@ -4,7 +4,7 @@ *************************************************/ #include <botan/pem.h> -#include <botan/conf.h> +#include <botan/config.h> #include <botan/filters.h> #include <botan/parsing.h> |