diff options
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 725ec2be1..c5dcaab00 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> |