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 <rostislav@tuxera.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
Rostislav Skudnov
2018-01-22 15:57:12 +00:00
committed by Eryu Guan
parent 8ebb071eb8
commit 8c0fc542ed
+1
View File
@@ -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