aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc
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/alloc
parent268c1b8902fccc4e942f6ccd5651dab826846a92 (diff)
Move memory locking function decls to mlock.h
Inline round_up and round_down
Diffstat (limited to 'src/alloc')
-rw-r--r--src/alloc/system_alloc/defalloc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc/system_alloc/defalloc.cpp b/src/alloc/system_alloc/defalloc.cpp
index 8791c74e4..b1b338d71 100644
--- a/src/alloc/system_alloc/defalloc.cpp
+++ b/src/alloc/system_alloc/defalloc.cpp
@@ -7,7 +7,7 @@
#include <botan/defalloc.h>
#include <botan/libstate.h>
-#include <botan/util.h>
+#include <botan/mlock.h>
#include <cstdlib>
#include <cstring>