aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstate
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-04-23 22:12:59 +0000
committerlloyd <[email protected]>2010-04-23 22:12:59 +0000
commitfe7818196e5caf898a0b67658b53adcb9a50a1c3 (patch)
tree3f1cd57685c59c48c70353f401b89b752aca7f0e /src/libstate
parent6c7b8d1d86e669067720c5290d5e4dfe5d904012 (diff)
mutex.h is internal - had been picking up system installed version
Diffstat (limited to 'src/libstate')
-rw-r--r--src/libstate/global_rng.cpp2
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>