The <cstring> header needs to be included for gcc 4.x on Linux, for the

strerror_r prototype to be available.
This commit is contained in:
chris_kohlhoff 2005-11-16 23:47:37 +00:00
parent d99cf91a97
commit 7f7210f11d

View File

@ -21,6 +21,7 @@
#include <boost/config.hpp>
#include <boost/noncopyable.hpp>
#include <cerrno>
#include <cstring>
#include <exception>
#include "asio/detail/pop_options.hpp"