artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05835ef
)
time.h here too.
author
nicm
<nicm@openbsd.org>
Wed, 31 May 2017 15:27:57 +0000
(15:27 +0000)
committer
nicm
<nicm@openbsd.org>
Wed, 31 May 2017 15:27:57 +0000
(15:27 +0000)
usr.bin/tmux/window-client.c
patch
|
blob
|
history
diff --git
a/usr.bin/tmux/window-client.c
b/usr.bin/tmux/window-client.c
index
0411c56
..
585435b
100644
(file)
--- a/
usr.bin/tmux/window-client.c
+++ b/
usr.bin/tmux/window-client.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: window-client.c,v 1.
1 2017/05/30 21:44:59
nicm Exp $ */
+/* $OpenBSD: window-client.c,v 1.
2 2017/05/31 15:27:57
nicm Exp $ */
/*
* Copyright (c) 2017 Nicholas Marriott <nicholas.marriott@gmail.com>
@@
-21,6
+21,7
@@
#include <stdlib.h>
#include <string.h>
+#include <time.h>
#include "tmux.h"