aboutsummaryrefslogtreecommitdiff
path: root/server-client.c
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-10-28 22:46:15 +0000
committerTiago Cunha <tcunha@gmx.com>2009-10-28 22:46:15 +0000
commitc4637da86092a5d68b973e5f4f6201f015692a72 (patch)
tree818c8e798eeb2678a32551e5a4b4c1c1336285f9 /server-client.c
parent382aa8f6dec4b7e16fb53367564f7c23972a6144 (diff)
downloadrtmux-c4637da86092a5d68b973e5f4f6201f015692a72.tar.gz
rtmux-c4637da86092a5d68b973e5f4f6201f015692a72.tar.bz2
rtmux-c4637da86092a5d68b973e5f4f6201f015692a72.zip
Sync OpenBSD patchset 445:
+time.h.
Diffstat (limited to 'server-client.c')
-rw-r--r--server-client.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/server-client.c b/server-client.c
index ebce3a42..62645ac6 100644
--- a/server-client.c
+++ b/server-client.c
@@ -1,4 +1,4 @@
-/* $Id: server-client.c,v 1.4 2009-10-23 17:53:16 tcunha Exp $ */
+/* $Id: server-client.c,v 1.5 2009-10-28 22:46:15 tcunha Exp $ */
/*
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -20,6 +20,7 @@
#include <fcntl.h>
#include <string.h>
+#include <time.h>
#include <unistd.h>
#include "tmux.h"