diff options
Diffstat (limited to 'src/lib/ffi/ffi_mp.cpp')
-rw-r--r-- | src/lib/ffi/ffi_mp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffi/ffi_mp.cpp b/src/lib/ffi/ffi_mp.cpp index 68869e6ec..b6645c2cc 100644 --- a/src/lib/ffi/ffi_mp.cpp +++ b/src/lib/ffi/ffi_mp.cpp @@ -11,7 +11,7 @@ #include <botan/internal/ffi_mp.h> #include <botan/reducer.h> #include <botan/numthry.h> -#include <botan/divide.h> +#include <botan/internal/divide.h> extern "C" { |