Boost logo

Boost-Commit :

From: chris_at_[hidden]
Date: 2007-09-01 02:34:05


Author: chris_kohlhoff
Date: 2007-09-01 02:33:44 EDT (Sat, 01 Sep 2007)
New Revision: 39097
URL: http://svn.boost.org/trac/boost/changeset/39097

Log:
Add #include needed for IOV_MAX.

Text files modified:
   trunk/boost/asio/detail/socket_types.hpp | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: trunk/boost/asio/detail/socket_types.hpp
==============================================================================
--- trunk/boost/asio/detail/socket_types.hpp (original)
+++ trunk/boost/asio/detail/socket_types.hpp 2007-09-01 02:33:44 EDT (Sat, 01 Sep 2007)
@@ -98,6 +98,7 @@
 # include <arpa/inet.h>
 # include <netdb.h>
 # include <net/if.h>
+# include <limits.h>
 # if defined(__sun)
 # include <sys/filio.h>
 # include <sys/sockio.h>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk