diff options
Diffstat (limited to 'libsylph/procmsg.h')
-rw-r--r-- | libsylph/procmsg.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libsylph/procmsg.h b/libsylph/procmsg.h index a309bc8d..77f0d8ad 100644 --- a/libsylph/procmsg.h +++ b/libsylph/procmsg.h @@ -37,6 +37,7 @@ typedef struct _MsgEncryptInfo MsgEncryptInfo; #include "folder.h" #include "procmime.h" +#include "utils.h" typedef enum { @@ -172,8 +173,8 @@ struct _MsgInfo { guint msgnum; gsize size; - time_t mtime; - time_t date_t; + stime_t mtime; + stime_t date_t; MsgFlags flags; |