diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/system.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/system.h b/common/system.h index 94bf7f01eb..dd9900d9ce 100644 --- a/common/system.h +++ b/common/system.h @@ -78,6 +78,7 @@ struct TimeDate { int tm_mday; ///< day of month (1 - 31) int tm_mon; ///< month of year (0 - 11) int tm_year; ///< year - 1900 + int tm_wday; ///< days since Sunday (0 - 6) }; namespace LogMessageType { |