1 // Boost cerrno.hpp header -------------------------------------------------// 2 3 // Copyright Beman Dawes 2005. 4 // Use, modification, and distribution is subject to the Boost Software 5 // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at 6 // http://www.boost.org/LICENSE_1_0.txt) 7 8 // See library home page at http://www.boost.org/libs/system 9 10 #ifndef BOOST_CERRNO_HPP_INCLUDED 11 #define BOOST_CERRNO_HPP_INCLUDED 12 13 #include <boost/system/detail/cerrno.hpp> 14 15 #endif // #ifndef BOOST_CERRNO_HPP_INCLUDED 16