added "created dir" message
[rsync/rsync.git] / rsync.h
diff --git a/rsync.h b/rsync.h
index a741277..ae43046 100644 (file)
--- a/rsync.h
+++ b/rsync.h
 
 #include <sys/stat.h>
 
+#ifdef HAVE_SYS_IOCTL_H
+#include <sys/ioctl.h>
+#endif
+
+#ifdef HAVE_SYS_FILIO_H
+#include <sys/filio.h>
+#endif
+
 #include <signal.h>
 #ifdef HAVE_SYS_WAIT_H
 #include <sys/wait.h>