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 <yangx.jy@cn.fujitsu.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
Xiao Yang
2016-02-08 09:27:14 +11:00
committed by Dave Chinner
parent 115b41cd80
commit 234f51ebbd
+1
View File
@@ -20,6 +20,7 @@
#include <strings.h> #include <strings.h>
#include <sys/file.h> #include <sys/file.h>
#include <sys/mman.h> #include <sys/mman.h>
#include <stdbool.h>
#ifdef HAVE_ERR_H #ifdef HAVE_ERR_H
#include <err.h> #include <err.h>
#endif #endif