mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
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:
committed by
Eryu Guan
parent
8ebb071eb8
commit
8c0fc542ed
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user