diff options
author | lloyd <[email protected]> | 2006-07-01 18:26:43 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-07-01 18:26:43 +0000 |
commit | 4f54b59f172b7ae18a2e34938c9e504367870f0d (patch) | |
tree | 669038842e15387608dd132736bb8cb5a6337d23 /src/config.cpp | |
parent | fd077fea0eaf6dd6a28665b0d634c253ac964886 (diff) |
Fix more config.h includes
Diffstat (limited to 'src/config.cpp')
-rw-r--r-- | src/config.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.cpp b/src/config.cpp index 0266444fe..61e481197 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -3,7 +3,7 @@ * (C) 1999-2006 The Botan Project * *************************************************/ -#include <botan/conf.h> +#include <botan/config.h> #include <botan/libstate.h> #include <botan/lookup.h> #include <botan/charset.h> |