X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/7ca6e8564990a7e8d5b4ea623ce22bdaaae0bc1b..1befb74b1383a722aa5c139828764086223e4072:/aclocal.m4 diff --git a/aclocal.m4 b/aclocal.m4 index 7f252eee..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 *); ],[ @@ -67,3 +67,5 @@ AC_DEFUN([TYPE_SOCKLEN_T], [#include #include ]) ]) + +