From 234f51ebbde2f64050430c53168afadb819c22d2 Mon Sep 17 00:00:00 2001 From: Xiao Yang Date: Mon, 8 Feb 2016 09:27:14 +1100 Subject: [PATCH] fsx.c: Add header file stdbool.h Compilation failed on RHEL6.7GA because stdbool.h is not included in xfs/platform_defs-x86_64.h or xfs/linux.h on RHEL6.7GA, so fix it. Signed-off-by: Xiao Yang Reviewed-by: Eric Sandeen Signed-off-by: Dave Chinner --- ltp/fsx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ltp/fsx.c b/ltp/fsx.c index 28f109cd..a7b36c14 100644 --- a/ltp/fsx.c +++ b/ltp/fsx.c @@ -20,6 +20,7 @@ #include #include #include +#include #ifdef HAVE_ERR_H #include #endif