aboutsummaryrefslogtreecommitdiff
path: root/tmux.c
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.c')
-rw-r--r--tmux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.c b/tmux.c
index f5383fcf..7e89d526 100644
--- a/tmux.c
+++ b/tmux.c
@@ -44,7 +44,7 @@ struct options *global_w_options; /* window options */
struct environ *global_environ;
char *shell_cmd;
-time_t start_time;
+struct timeval start_time;
char socket_path[PATH_MAX];
__dead void usage(void);