aboutsummaryrefslogtreecommitdiff
path: root/src/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/session.h')
-rw-r--r--src/session.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/session.h b/src/session.h
index a0aa680a..9ed0eaf4 100644
--- a/src/session.h
+++ b/src/session.h
@@ -27,7 +27,6 @@
#include <glib.h>
#include <time.h>
-#include <sys/time.h>
#include <unistd.h>
#include "socket.h"
@@ -102,7 +101,7 @@ struct _Session
SessionState state;
time_t last_access_time;
- struct timeval tv_prev;
+ GTimeVal tv_prev;
gint conn_id;