From 8872c2a515a958d137da591920349489705966c3 Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Fri, 26 Apr 2019 15:40:00 -0500 Subject: [PATCH] xfs_scrub: include unicrash.h in unicrash.c Fix broken function prototype checking in unicrash.c by actually including its header. Signed-off-by: Darrick J. Wong Reviewed-by: Eric Sandeen Signed-off-by: Eric Sandeen --- scrub/unicrash.c | 1 + 1 file changed, 1 insertion(+) diff --git a/scrub/unicrash.c b/scrub/unicrash.c index 121eedbce..824b10f09 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. -- 2.47.2