X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/ff8b29b8c62f377ede40fbf0cbbaa428bd8df60a..0473e2a14a57169f3b129329956c14d8f60dc7cd:/rsync.h diff --git a/rsync.h b/rsync.h index 692584ab..bbfe689c 100644 --- a/rsync.h +++ b/rsync.h @@ -179,6 +179,7 @@ #include #include #include +#include #ifndef S_IFLNK #define S_IFLNK 0120000 @@ -251,6 +252,10 @@ #define MAXPATHLEN 1024 #endif +#ifndef INADDR_NONE +#define INADDR_NONE 0xffffffff +#endif + struct file_struct { unsigned flags; time_t modtime;