diff options
Diffstat (limited to 'src/lib/rng/rng.cpp')
-rw-r--r-- | src/lib/rng/rng.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/rng/rng.cpp b/src/lib/rng/rng.cpp index 743f7c7aa..85022e5db 100644 --- a/src/lib/rng/rng.cpp +++ b/src/lib/rng/rng.cpp @@ -6,7 +6,7 @@ #include <botan/rng.h> #include <botan/entropy_src.h> -#include <botan/loadstor.h> +#include <botan/internal/loadstor.h> #include <botan/internal/os_utils.h> #if defined(BOTAN_HAS_AUTO_SEEDING_RNG) |