From: Xiao Yang Date: Sun, 7 Feb 2016 22:27:14 +0000 (+1100) Subject: fsx.c: Add header file stdbool.h X-Git-Tag: v2022.05.01~2665 X-Git-Url: http://git.apps.os.sepia.ceph.com/?p=xfstests-dev.git;a=commitdiff_plain;h=234f51ebbde2f64050430c53168afadb819c22d2 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 --- 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