X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=config%2Fsetsockopt.m4;h=4ca7214cff9595dd1d6c1342f5b1e8809e3b2881;hb=5c3aa0ef3f1b83e49c9f8093a94d2015873e185b;hp=f1115d3a1307f6fb88f0efe19c0e842fe7b3b959;hpb=ceab093459cec94d6d40f48ade93efa3a74c06a1;p=awesomized%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);