diff options
Diffstat (limited to 'libglusterfs')
-rw-r--r-- | libglusterfs/src/syscall.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libglusterfs/src/syscall.h b/libglusterfs/src/syscall.h index bbf23bef07b..037f6c64acb 100644 --- a/libglusterfs/src/syscall.h +++ b/libglusterfs/src/syscall.h @@ -11,6 +11,10 @@ #ifndef __SYSCALL_H__ #define __SYSCALL_H__ +#include <dirent.h> +#include <sys/uio.h> +#include <sys/statvfs.h> + /* GF follows the Linux XATTR definition, which differs in Darwin. */ #define GF_XATTR_CREATE 0x1 /* set value, fail if attr already exists */ #define GF_XATTR_REPLACE 0x2 /* set value, fail if attr does not exist */ |