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-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/0e916c6038927a3f4717196d91ce5dd9769b355a Just include 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