From 26b2f9567dc0bd7b70e6cc66eee800a1e0d89b73 Mon Sep 17 00:00:00 2001 From: hiro Date: Fri, 18 Apr 2014 06:26:43 +0000 Subject: wrapped time_t as stime_t. stime_t will be 32-bit on win32 for backward compatibility. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3386 ee746299-78ed-0310-b773-934348b2243d --- libsylph/session.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libsylph/session.h') diff --git a/libsylph/session.h b/libsylph/session.h index 5fb25851..41c10e24 100644 --- a/libsylph/session.h +++ b/libsylph/session.h @@ -31,6 +31,7 @@ #include "socket.h" #include "socks.h" +#include "utils.h" #define SESSION_BUFFSIZE 8192 @@ -116,7 +117,7 @@ struct _Session SessionState state; - time_t last_access_time; + stime_t last_access_time; GTimeVal tv_prev; gint conn_id; -- cgit v1.2.3