diff options
author | Dima Volodin <dvv@isc.org> | 2011-07-20 21:38:27 +0200 |
---|---|---|
committer | Dima Volodin <dvv@isc.org> | 2011-07-20 21:38:27 +0200 |
commit | 7b55eb02488353672fad7160148a40e581cb5c80 (patch) | |
tree | 952f3a5f6f89e6ae5aa24114b48487837be693a4 /ext | |
parent | [master] update the latest entry for trac1021 (diff) | |
download | kea-7b55eb02488353672fad7160148a40e581cb5c80.tar.xz kea-7b55eb02488353672fad7160148a40e581cb5c80.zip |
[trac1155] changes to make build work in Solaris 10 x86
Diffstat (limited to 'ext')
-rw-r--r-- | ext/asio/asio/impl/error_code.ipp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/asio/asio/impl/error_code.ipp b/ext/asio/asio/impl/error_code.ipp index ed37a17dd3..b0566ed6c9 100644 --- a/ext/asio/asio/impl/error_code.ipp +++ b/ext/asio/asio/impl/error_code.ipp @@ -11,6 +11,8 @@ #ifndef ASIO_IMPL_ERROR_CODE_IPP #define ASIO_IMPL_ERROR_CODE_IPP +#include <cstring> + #if defined(_MSC_VER) && (_MSC_VER >= 1200) # pragma once #endif // defined(_MSC_VER) && (_MSC_VER >= 1200) |