X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/774ef68f00d3b83a869119720af93b6d57731041..773f2bd47f48b737cef2852341b86f5d086a5fef:/rsync.h diff --git a/rsync.h b/rsync.h index cda1621f..eb3c01b2 100644 --- a/rsync.h +++ b/rsync.h @@ -140,6 +140,11 @@ #include #endif +#ifdef HAVE_SYS_MODE_H +/* apparently AIX needs this for S_ISLNK */ +#include +#endif + #ifdef HAVE_FNMATCH #include #else