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:
parent
d99cf91a97
commit
7f7210f11d
@ -21,6 +21,7 @@
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/noncopyable.hpp>
|
||||
#include <cerrno>
|
||||
#include <cstring>
|
||||
#include <exception>
|
||||
#include "asio/detail/pop_options.hpp"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user