diff options
author | lloyd <[email protected]> | 2009-09-17 13:48:12 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-09-17 13:48:12 +0000 |
commit | 7d51181d2841b29277da9a31752cae612d64b534 (patch) | |
tree | b5554f4d2e41d1660f6ae1e996f5ff937637cc57 /src/utils/mlock.cpp | |
parent | 268c1b8902fccc4e942f6ccd5651dab826846a92 (diff) |
Move memory locking function decls to mlock.h
Inline round_up and round_down
Diffstat (limited to 'src/utils/mlock.cpp')
-rw-r--r-- | src/utils/mlock.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/mlock.cpp b/src/utils/mlock.cpp index 9bb062da5..6453d8a30 100644 --- a/src/utils/mlock.cpp +++ b/src/utils/mlock.cpp @@ -5,7 +5,7 @@ * Distributed under the terms of the Botan license */ -#include <botan/util.h> +#include <botan/mlock.h> #if defined(BOTAN_TARGET_OS_HAS_POSIX_MLOCK) #include <sys/types.h> |