From: Martin Pool Date: Thu, 29 Nov 2001 00:15:20 +0000 (+0000) Subject: Just include rsync.h rather than all the individual headers. X-Git-Tag: v2.5.0~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e916c6038927a3f4717196d91ce5dd9769b355a;p=thirdparty%2Frsync.git Just include rsync.h rather than all the individual headers. (Suggestion from Dave Dykstra.) --- 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