diff options
author | Thomas Adam <thomas@xteddy.org> | 2015-09-14 14:39:51 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2015-09-14 14:39:51 +0100 |
commit | d47789620b76a8a9b08b3f999211e25fcf8ee25f (patch) | |
tree | 392ec4673194c32cab2355e47b8c1b3243c2cab1 /tmux.c | |
parent | 4afe26fa82fd2701cbf686799668d685645b220e (diff) | |
download | rtmux-d47789620b76a8a9b08b3f999211e25fcf8ee25f.tar.gz rtmux-d47789620b76a8a9b08b3f999211e25fcf8ee25f.tar.bz2 rtmux-d47789620b76a8a9b08b3f999211e25fcf8ee25f.zip |
Add missing <time.h>
Diffstat (limited to 'tmux.c')
-rw-r--r-- | tmux.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ #include <stdlib.h> #include <string.h> #include <unistd.h> +#include <time.h> #include "tmux.h" |