X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/24d95c034fb8bf64d700697fc9a9109707dc7163..527cea662a18071b595d551599ad29ba9780fb8d:/rsync.h diff --git a/rsync.h b/rsync.h index cda1621f..e5f73dff 100644 --- a/rsync.h +++ b/rsync.h @@ -75,6 +75,10 @@ #include #endif +#ifdef HAVE_SYS_SOCKET_H +#include +#endif + #ifdef HAVE_STRING_H #include #endif @@ -140,6 +144,13 @@ #include #endif +#ifdef HAVE_SYS_MODE_H +/* apparently AIX needs this for S_ISLNK */ +#ifndef S_ISLNK +#include +#endif +#endif + #ifdef HAVE_FNMATCH #include #else