From 0e916c6038927a3f4717196d91ce5dd9769b355a Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Thu, 29 Nov 2001 00:15:20 +0000 Subject: [PATCH 1/1] Just include rsync.h rather than all the individual headers. (Suggestion from Dave Dykstra.) --- lib/permstring.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/permstring.c b/lib/permstring.c index 525a9acb..a253f071 100644 --- a/lib/permstring.c +++ b/lib/permstring.c @@ -18,7 +18,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include +#include "rsync.h" /** * Produce a string representation of Unix mode bits like that used by -- 2.34.1