minor updates
[rsync/rsync.git] / rsync.h
diff --git a/rsync.h b/rsync.h
index cda1621..eb3c01b 100644 (file)
--- a/rsync.h
+++ b/rsync.h
 #include <sys/select.h>
 #endif
 
+#ifdef HAVE_SYS_MODE_H
+/* apparently AIX needs this for S_ISLNK */
+#include <sys/mode.h>
+#endif
+
 #ifdef HAVE_FNMATCH
 #include <fnmatch.h>
 #else