From: Rostislav Skudnov Date: Mon, 22 Jan 2018 15:57:12 +0000 (+0000) Subject: fsstress: Include stddef.h for ptrdiff_t X-Git-Tag: v2022.05.01~1689 X-Git-Url: http://git.apps.os.sepia.ceph.com/?p=xfstests-dev.git;a=commitdiff_plain;h=8c0fc542ed515ac7b80d518d0311d0bfa0cf7c27;hp=8ebb071eb8a578abcbf7fbe90c88164fcf1073e1 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 --- 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