X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fp9y%2Fsocket.hpp;h=139ebb5622ee223d76d936cf957c2e3c3d0ac238;hb=4f6e4eaafdeb09115d7c8ff15dc897a7b8a05ae6;hp=ca0b97d3a5f140ec48cf6bc9b71ecfb56489fe50;hpb=b9f2cc374d16fa40dbaf32bb88934d2fc35d4298;p=awesomized%2Flibmemcached diff --git a/src/p9y/socket.hpp b/src/p9y/socket.hpp index ca0b97d3..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 @@ -20,6 +22,10 @@ # include #endif +#if defined HAVE_NETINET_TCP_H +# include +#endif + #if defined HAVE_SYS_UN_H # include #endif