aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/mlock.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-09-17 13:48:12 +0000
committerlloyd <[email protected]>2009-09-17 13:48:12 +0000
commit7d51181d2841b29277da9a31752cae612d64b534 (patch)
treeb5554f4d2e41d1660f6ae1e996f5ff937637cc57 /src/utils/mlock.cpp
parent268c1b8902fccc4e942f6ccd5651dab826846a92 (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.cpp2
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>