In musl C library headers ptrdiff_t is only defined in stddef.h. Signed-off-by: Rostislav Skudnov <rostislav@xxxxxxxxxx> --- ltp/fsstress.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ltp/fsstress.c b/ltp/fsstress.c index 4dea029..63c2eb4 100644 --- a/ltp/fsstress.c +++ b/ltp/fsstress.c @@ -19,6 +19,7 @@ #include <linux/fs.h> #include <setjmp.h> #include <sys/uio.h> +#include <stddef.h> #include "global.h" #ifdef HAVE_ATTR_XATTR_H -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html