X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/bf5c2bf604d6ade2ec150c2f9f61d750803734fb..9ac756c6ea3768ff9bd9798a9d73ce9882c3b7a0:/aclocal.m4 diff --git a/aclocal.m4 b/aclocal.m4 index e83a8bf4..ebe754a2 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -43,8 +43,8 @@ AC_DEFUN([TYPE_SOCKLEN_T], for arg2 in "struct sockaddr" void; do for t in int size_t unsigned long "unsigned long"; do AC_TRY_COMPILE([ - #include - #include +#include +#include int getpeername (int, $arg2 *, $t *); ],[