summaryrefslogtreecommitdiff
path: root/security/botan-devel/patches
diff options
context:
space:
mode:
Diffstat (limited to 'security/botan-devel/patches')
-rw-r--r--security/botan-devel/patches/patch-src_lib_alloc_locking__allocator_locking__allocator.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/security/botan-devel/patches/patch-src_lib_alloc_locking__allocator_locking__allocator.cpp b/security/botan-devel/patches/patch-src_lib_alloc_locking__allocator_locking__allocator.cpp
new file mode 100644
index 00000000000..4ff954ca11a
--- /dev/null
+++ b/security/botan-devel/patches/patch-src_lib_alloc_locking__allocator_locking__allocator.cpp
@@ -0,0 +1,12 @@
+$NetBSD: patch-src_lib_alloc_locking__allocator_locking__allocator.cpp,v 1.3 2015/05/20 21:57:10 joerg Exp $
+
+--- src/lib/alloc/locking_allocator/locking_allocator.cpp.orig 2015-05-19 20:33:25.000000000 +0000
++++ src/lib/alloc/locking_allocator/locking_allocator.cpp
+@@ -8,6 +8,7 @@
+ #include <botan/locking_allocator.h>
+ #include <botan/mem_ops.h>
+ #include <algorithm>
++#include <cstdlib>
+ #include <string>
+
+ #include <sys/mman.h>