aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorjoerg <[email protected]>2015-05-24 11:00:52 +0000
committerlloyd <[email protected]>2015-05-24 11:00:52 +0000
commita62c643442d232885dc27accb9b61153cb874a02 (patch)
tree3543c076f5c2e4c348d463ad3cc5a9cb6d2981d8 /src
parent6a51315c4bea471a5093b0ce621643b7012a7d8c (diff)
Include correct header for getenv. GH #99
Diffstat (limited to 'src')
-rw-r--r--src/lib/alloc/locking_allocator/locking_allocator.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/alloc/locking_allocator/locking_allocator.cpp b/src/lib/alloc/locking_allocator/locking_allocator.cpp
index 48aec5ce4..6a9cc2579 100644
--- a/src/lib/alloc/locking_allocator/locking_allocator.cpp
+++ b/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>