X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fp9y%2Fsocket.hpp;h=139ebb5622ee223d76d936cf957c2e3c3d0ac238;hb=6419faad5dc007434967398a5d1a3f26ca109e41;hp=339b5995bf285465e160c8989b12c563fdda8a5b;hpb=2f289c64f625962d945ec3bee80f36bc5c61ee35;p=awesomized%2Flibmemcached diff --git a/src/p9y/socket.hpp b/src/p9y/socket.hpp index 339b5995..139ebb56 100644 --- a/src/p9y/socket.hpp +++ b/src/p9y/socket.hpp @@ -8,6 +8,8 @@ # include #endif +#include + #if defined HAVE_ARPA_INET_H # include #endif @@ -16,6 +18,14 @@ # include #endif +#if defined HAVE_NETINET_IN_H +# include +#endif + +#if defined HAVE_NETINET_TCP_H +# include +#endif + #if defined HAVE_SYS_UN_H # include #endif