mirror of
https://github.com/ceph/ceph
synced 2025-01-11 13:41:02 +00:00
test_librbd_fsx: fix warning
fstat was included implicitly before. Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
This commit is contained in:
parent
4d71ca6384
commit
be6b5e1bc8
@ -20,6 +20,7 @@
|
||||
#include <time.h>
|
||||
#include <strings.h>
|
||||
#include <sys/file.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/mman.h>
|
||||
#ifdef HAVE_ERR_H
|
||||
#include <err.h>
|
||||
|
Loading…
Reference in New Issue
Block a user