]> git.llucax.com Git - software/posixx.git/blob - test/socket/generic_test_includes.hpp
Add some help on adding suppressions to valgrind.
[software/posixx.git] / test / socket / generic_test_includes.hpp
1 /*
2  * This file should be included before using generic_test.hpp, outside any
3  * BOOST_... suite or unit test.
4  */
5
6 #include <unistd.h>
7 #include <fcntl.h>
8 #include <cstring>
9 #include <string>
10 #include <posixx/basic_socket.hpp>
11 #include <posixx/socket/opt.hpp>
12