diff options
author | lloyd <[email protected]> | 2006-07-01 18:27:39 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-07-01 18:27:39 +0000 |
commit | 673fbf17cebc2a4e83010cf88ac3c4a4cc4af9f2 (patch) | |
tree | c22cc8fbcb8fd4a72146a12338f1a4146ab22465 /src/es_file.cpp | |
parent | 2918cddd64d72f4ce67c3ae00e981068e813d7ad (diff) |
More config.h fixes
Diffstat (limited to 'src/es_file.cpp')
-rw-r--r-- | src/es_file.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/es_file.cpp b/src/es_file.cpp index 8d2ea80fc..3b0061853 100644 --- a/src/es_file.cpp +++ b/src/es_file.cpp @@ -4,7 +4,7 @@ *************************************************/ #include <botan/es_file.h> -#include <botan/conf.h> +#include <botan/config.h> #include <fstream> namespace Botan { |