From 8c0fc542ed515ac7b80d518d0311d0bfa0cf7c27 Mon Sep 17 00:00:00 2001 From: Rostislav Skudnov Date: Mon, 22 Jan 2018 15:57:12 +0000 Subject: [PATCH] fsstress: Include stddef.h for ptrdiff_t In musl C library headers ptrdiff_t is only defined in stddef.h. Signed-off-by: Rostislav Skudnov Reviewed-by: Christoph Hellwig Signed-off-by: Eryu Guan --- ltp/fsstress.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ltp/fsstress.c b/ltp/fsstress.c index 4dea0294..63c2eb4b 100644 --- a/ltp/fsstress.c +++ b/ltp/fsstress.c @@ -19,6 +19,7 @@ #include #include #include +#include #include "global.h" #ifdef HAVE_ATTR_XATTR_H -- 2.30.2