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