summaryrefslogtreecommitdiffstats
path: root/window-buffer.c
diff options
context:
space:
mode:
authornicm <nicm>2017-05-31 15:26:41 +0000
committernicm <nicm>2017-05-31 15:26:41 +0000
commit61c0189bb1b39c6100e90657bdbfe542b2ce0ece (patch)
tree5a0c8d11267e25999323297491a7bb45924903d1 /window-buffer.c
parentd60663ea8664d1c71def883bd64d97af3f791f89 (diff)
Need time.h.
Diffstat (limited to 'window-buffer.c')
-rw-r--r--window-buffer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/window-buffer.c b/window-buffer.c
index f4d4c5f8..014a0b88 100644
--- a/window-buffer.c
+++ b/window-buffer.c
@@ -20,6 +20,7 @@
#include <stdlib.h>
#include <string.h>
+#include <time.h>
#include <vis.h>
#include "tmux.h"