diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mingw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mingw.h b/include/mingw.h index e2d6299b9..c411a8106 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -327,6 +327,7 @@ struct mingw_stat { | |||
327 | struct timespec st_ctim; | 327 | struct timespec st_ctim; |
328 | blksize_t st_blksize; | 328 | blksize_t st_blksize; |
329 | blkcnt_t st_blocks; | 329 | blkcnt_t st_blocks; |
330 | DWORD st_attr; | ||
330 | }; | 331 | }; |
331 | #define st_atime st_atim.tv_sec | 332 | #define st_atime st_atim.tv_sec |
332 | #define st_mtime st_mtim.tv_sec | 333 | #define st_mtime st_mtim.tv_sec |