aboutsummaryrefslogtreecommitdiff
path: root/libsylph/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsylph/session.h')
-rw-r--r--libsylph/session.h3
1 files changed, 2 insertions, 1 deletions
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;