Fixes a compilation failure with musl libc Signed-off-by: Felix Janda <felix.janda@xxxxxxxxx> --- fsr/xfs_fsr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fsr/xfs_fsr.c b/fsr/xfs_fsr.c index f32aced..8957f93 100644 --- a/fsr/xfs_fsr.c +++ b/fsr/xfs_fsr.c @@ -31,6 +31,7 @@ #include <sys/wait.h> #include <sys/statvfs.h> #include <sys/xattr.h> +#include <paths.h> #ifndef XFS_XFLAG_NODEFRAG #define XFS_XFLAG_NODEFRAG 0x00002000 /* src dependancy, remove later */ -- 2.4.10 _______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs