Moved inline functions from rsync.h into ifuncs.h.
[rsync/rsync.git] / io.c
diff --git a/io.c b/io.c
index d89bbf4..e8a0709 100644 (file)
--- a/io.c
+++ b/io.c
@@ -28,6 +28,7 @@
  * io_start_multiplex_out() and io_start_multiplex_in(). */
 
 #include "rsync.h"
+#include "ifuncs.h"
 
 /** If no timeout is specified then use a 60 second select timeout */
 #define SELECT_TIMEOUT 60