X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/229554084d9b1ff4e9b3b7600224bf3af8178c3c..6f0805f564a5f11e7e93d0b74ee907641c748d5b:/io.c diff --git a/io.c b/io.c index d89bbf41..e8a07099 100644 --- 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