From 6c8f5373023d19f0bcc39e2fdb0aacf0652d40e5 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 13 May 1998 09:01:11 +0000 Subject: [PATCH] need sys/file.h for flock() --- rsync.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.34.1