summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
Diffstat (limited to 'source3')
-rw-r--r--source3/include/includes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index a2f6048c27..ba3866a03a 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -450,6 +450,9 @@ struct stat_ex {
struct timespec st_ex_btime; /* birthtime */
blksize_t st_ex_blksize;
blkcnt_t st_ex_blocks;
+#ifdef HAVE_STAT_ST_FLAGS
+ uint32_t st_ex_flags;
+#endif
/*
* Add space for VFS internal extensions. The initial user of this