summaryrefslogtreecommitdiffstats
path: root/paste.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2016-10-12 09:53:30 +0100
committerThomas Adam <thomas@xteddy.org>2016-10-12 09:53:30 +0100
commit12efb40dc5d5f572490eb855e625d5adf0de06ac (patch)
treedb229de790c0a596b9d2769388565c4d098ef806 /paste.c
parent0f7d39c4103d4a0f692e9e9bae8a53b64097b1b6 (diff)
Linux: #include <time.h> for time()
Diffstat (limited to 'paste.c')
-rw-r--r--paste.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/paste.c b/paste.c
index cf3e3cdc..0848e5af 100644
--- a/paste.c
+++ b/paste.c
@@ -21,6 +21,7 @@
#include <stdlib.h>
#include <string.h>
+#include <time.h>
#include "tmux.h"