X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/24d95c034fb8bf64d700697fc9a9109707dc7163..628ba800e4e9876051955fdeb5fb05f5eab502c8:/rsync.h diff --git a/rsync.h b/rsync.h index cda1621f..9790c7ce 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,11 @@ #include #endif +#ifdef HAVE_SYS_MODE_H +/* apparently AIX needs this for S_ISLNK */ +#include +#endif + #ifdef HAVE_FNMATCH #include #else