X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=config%2Fsetsockopt.m4;h=4ca7214cff9595dd1d6c1342f5b1e8809e3b2881;hb=cf90b27f7a3a7f117976ffc3ad538c870b85c82e;hp=f1115d3a1307f6fb88f0efe19c0e842fe7b3b959;hpb=ceab093459cec94d6d40f48ade93efa3a74c06a1;p=m6w6%2Flibmemcached diff --git a/config/setsockopt.m4 b/config/setsockopt.m4 index f1115d3a..4ca7214c 100644 --- a/config/setsockopt.m4 +++ b/config/setsockopt.m4 @@ -7,6 +7,7 @@ AC_RUN_IFELSE([ #include #include #include +#include #include ], [ int sock = socket(AF_INET, SOCK_STREAM, 0); @@ -30,6 +31,7 @@ AC_RUN_IFELSE([ #include #include #include +#include #include ], [ int sock = socket(AF_INET, SOCK_STREAM, 0);