aboutsummaryrefslogtreecommitdiffstats
path: root/scrub
diff options
context:
space:
mode:
authorDarrick J. Wong <darrick.wong@oracle.com>2019-04-26 15:40:00 -0500
committerEric Sandeen <sandeen@redhat.com>2019-04-26 15:40:00 -0500
commit8872c2a515a958d137da591920349489705966c3 (patch)
tree4d526a71239e8422a94b9f470dd96740c4bfa345 /scrub
parente2dd0e1cc1d097dd14e1a054fdd1f736521a2634 (diff)
downloadxfsprogs-dev-8872c2a515a958d137da591920349489705966c3.tar.gz
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 <darrick.wong@oracle.com> Reviewed-by: Eric Sandeen <sandeen@redhat.com> Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
Diffstat (limited to 'scrub')
-rw-r--r--scrub/unicrash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/scrub/unicrash.c b/scrub/unicrash.c
index 121eedbce7..824b10f092 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.