mirror of
https://github.com/ceph/ceph
synced 2025-01-29 22:43:40 +00:00
test: include headers for struct statfs
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
This commit is contained in:
parent
93c125ced9
commit
76ad85d868
@ -11,6 +11,16 @@
|
||||
* Foundation. See file COPYING.
|
||||
*
|
||||
*/
|
||||
#include "acconfig.h"
|
||||
|
||||
#ifdef HAVE_SYS_MOUNT_H
|
||||
#include <sys/mount.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SYS_PARAM_H
|
||||
#include <sys/param.h>
|
||||
#endif
|
||||
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
#include <map>
|
||||
|
Loading…
Reference in New Issue
Block a user