From: Andrew Tridgell Date: Wed, 13 May 1998 09:01:11 +0000 (+0000) Subject: need sys/file.h for flock() X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/6c8f5373023d19f0bcc39e2fdb0aacf0652d40e5 need sys/file.h for flock() --- diff --git a/rsync.h b/rsync.h index 692584ab..0368451a 100644 --- a/rsync.h +++ b/rsync.h @@ -179,6 +179,7 @@ #include #include #include +#include #ifndef S_IFLNK #define S_IFLNK 0120000