error: unknown type name 'u_int32_t' Signed-off-by: Khem Raj <raj.khem@xxxxxxxxx> --- restore/content.c | 1 + 1 file changed, 1 insertion(+) diff --git a/restore/content.c b/restore/content.c index 7c4a81f..1d5de1b 100644 --- a/restore/content.c +++ b/restore/content.c @@ -24,6 +24,7 @@ #include <sys/param.h> #include <sys/stat.h> #include <sys/ioctl.h> +#include <sys/types.h> #include <attr/attributes.h> #include <xfs/handle.h> #include <time.h> -- 2.14.1 -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html