aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/entropy/unix_procs
diff options
context:
space:
mode:
authorlloyd <[email protected]>2015-02-11 23:16:51 +0000
committerlloyd <[email protected]>2015-02-11 23:16:51 +0000
commit85caef829c9eeb7c224ad3b2e3ffbcfe981c2428 (patch)
tree130b3913b5e82de89042a74c2a8046f103deff1b /src/lib/entropy/unix_procs
parent92bc6eac5addf77d610fad21378bc4434ef98119 (diff)
Add version_cstr (returns const char*) and move tag_size from AEAD to
Cipher_Mode. Add missing includes in entropy sources, noticed by clang.
Diffstat (limited to 'src/lib/entropy/unix_procs')
-rw-r--r--src/lib/entropy/unix_procs/unix_procs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/entropy/unix_procs/unix_procs.h b/src/lib/entropy/unix_procs/unix_procs.h
index 00ebe13ad..b2505fcd5 100644
--- a/src/lib/entropy/unix_procs/unix_procs.h
+++ b/src/lib/entropy/unix_procs/unix_procs.h
@@ -10,7 +10,7 @@
#include <botan/entropy_src.h>
#include <vector>
-#include <sys/types.h>
+#include <mutex>
namespace Botan {