diff options
author | lloyd <[email protected]> | 2008-11-11 20:39:19 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-11-11 20:39:19 +0000 |
commit | 698578eab0720205183442d63b3618fb698b8bde (patch) | |
tree | 81d2291ee67457b8f3d2e8b450242470d8e3b5cc /src | |
parent | 4a3c0dbd1ce70f571e8b7354e85cd7c06c2100e0 (diff) |
Include libstate.h in botan.h, since it is pretty vital at this point to
be able to get the global_state so as to get a reference to the
Algorithm_Factory
Diffstat (limited to 'src')
-rw-r--r-- | src/libstate/botan.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstate/botan.h b/src/libstate/botan.h index 1149fe063..db5e2217e 100644 --- a/src/libstate/botan.h +++ b/src/libstate/botan.h @@ -5,6 +5,7 @@ #include <botan/init.h> #include <botan/lookup.h> +#include <botan/libstate.h> #include <botan/version.h> #include <botan/parsing.h> |