diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-11-07 11:30:43 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-11-07 11:30:43 (GMT) |
commit | 647e2cc6fc6bc1764c1bf449b4110917f6c723df (patch) | |
tree | 7194007ccf56634a0ffe8b3665712dc165e38f05 /Swiften | |
parent | 52c716c657cf4f5b0a5767f59dc7ddb04261f534 (diff) | |
download | swift-647e2cc6fc6bc1764c1bf449b4110917f6c723df.zip swift-647e2cc6fc6bc1764c1bf449b4110917f6c723df.tar.bz2 |
Fixed build on linux.
Diffstat (limited to 'Swiften')
-rw-r--r-- | Swiften/TLS/PlatformTLSContextFactory.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swiften/TLS/PlatformTLSContextFactory.cpp b/Swiften/TLS/PlatformTLSContextFactory.cpp index a949275..d9fc0fb 100644 --- a/Swiften/TLS/PlatformTLSContextFactory.cpp +++ b/Swiften/TLS/PlatformTLSContextFactory.cpp @@ -6,6 +6,7 @@ #include "Swiften/TLS/PlatformTLSContextFactory.h" +#include <cstring> #include <cassert> #ifdef HAVE_OPENSSL |