On 3/20/19 2:34 PM, Darrick J. Wong wrote: > From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > Fix broken function prototype checking in unicrash.c by actually > including its header. > > Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> Reviewed-by: Eric Sandeen <sandeen@xxxxxxxxxx> > --- > scrub/unicrash.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/scrub/unicrash.c b/scrub/unicrash.c > index 121eedbc..824b10f0 100644 > --- a/scrub/unicrash.c > +++ b/scrub/unicrash.c > @@ -16,6 +16,7 @@ > #include "path.h" > #include "xfs_scrub.h" > #include "common.h" > +#include "unicrash.h" > > /* > * Detect Unicode confusable names in directories and attributes. >