From 698578eab0720205183442d63b3618fb698b8bde Mon Sep 17 00:00:00 2001 From: lloyd <lloyd@randombit.net> Date: Tue, 11 Nov 2008 20:39:19 +0000 Subject: 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 --- src/libstate/botan.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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> -- cgit v1.2.3