bugfix from Kenji Miyake <kenjim@fix.co.jp>
[rsync/rsync.git] / rsync.h
diff --git a/rsync.h b/rsync.h
index cda1621..9790c7c 100644 (file)
--- a/rsync.h
+++ b/rsync.h
 #include <stdlib.h>
 #endif
 
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+
 #ifdef HAVE_STRING_H
 #include <string.h>
 #endif
 #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