diff options
author | lloyd <[email protected]> | 2010-04-23 22:12:59 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-04-23 22:12:59 +0000 |
commit | fe7818196e5caf898a0b67658b53adcb9a50a1c3 (patch) | |
tree | 3f1cd57685c59c48c70353f401b89b752aca7f0e /src/libstate | |
parent | 6c7b8d1d86e669067720c5290d5e4dfe5d904012 (diff) |
mutex.h is internal - had been picking up system installed version
Diffstat (limited to 'src/libstate')
-rw-r--r-- | src/libstate/global_rng.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstate/global_rng.cpp b/src/libstate/global_rng.cpp index 411596da9..2678813f1 100644 --- a/src/libstate/global_rng.cpp +++ b/src/libstate/global_rng.cpp @@ -6,7 +6,7 @@ */ #include <botan/libstate.h> -#include <botan/mutex.h> +#include <botan/internal/mutex.h> #if defined(BOTAN_HAS_RANDPOOL) #include <botan/randpool.h> |