Split code to generate "rwx-----" strings into lib/permstring.c so it
[rsync/rsync.git] / rsync.h
diff --git a/rsync.h b/rsync.h
index e02ebf3..0346c6c 100644 (file)
--- a/rsync.h
+++ b/rsync.h
@@ -389,7 +389,7 @@ static inline int flist_up(struct file_list *flist, int i)
 #include "byteorder.h"
 #include "proto.h"
 #include "lib/mdfour.h"
 #include "byteorder.h"
 #include "proto.h"
 #include "lib/mdfour.h"
-
+#include "lib/permstring.h"
 
 /* We have replacement versions of these if they're missing. */
 #ifndef HAVE_ASPRINTF
 
 /* We have replacement versions of these if they're missing. */
 #ifndef HAVE_ASPRINTF