aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-09-14 14:39:51 +0100
committerThomas Adam <thomas@xteddy.org>2015-09-14 14:39:51 +0100
commitd47789620b76a8a9b08b3f999211e25fcf8ee25f (patch)
tree392ec4673194c32cab2355e47b8c1b3243c2cab1
parent4afe26fa82fd2701cbf686799668d685645b220e (diff)
downloadrtmux-d47789620b76a8a9b08b3f999211e25fcf8ee25f.tar.gz
rtmux-d47789620b76a8a9b08b3f999211e25fcf8ee25f.tar.bz2
rtmux-d47789620b76a8a9b08b3f999211e25fcf8ee25f.zip
Add missing <time.h>
-rw-r--r--tmux.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.c b/tmux.c
index 94d97f92..5514a9af 100644
--- a/tmux.c
+++ b/tmux.c
@@ -27,6 +27,7 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
+#include <time.h>
#include "tmux.h"