]> git.llucax.com Git - software/posixx.git/blob - test/socket/generic_test_includes.hpp
Add Boost License
[software/posixx.git] / test / socket / generic_test_includes.hpp
1 // Copyright Leandro Lucarella 2008 - 2010.
2 // Distributed under the Boost Software License, Version 1.0.
3 // (See accompanying file COPYING or copy at
4 // http://www.boost.org/LICENSE_1_0.txt)
5
6
7 /*
8  * This file should be included before using generic_test.hpp, outside any
9  * BOOST_... suite or unit test.
10  */
11
12 #include <unistd.h>
13 #include <fcntl.h>
14 #include <cstring>
15 #include <string>
16 #include <posixx/socket/basic_socket.hpp>
17 #include <posixx/socket/opt.hpp>
18