diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-05-31 16:29:07 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-05-31 16:29:07 +0100 |
commit | 113356c8481c792a0d757017dfe574878329171d (patch) | |
tree | 111380a1dc13ea6e3a3ab4ad4c1e6c4d733a6db3 /window-buffer.c | |
parent | f17ecaa49544509e93716a84b6510990ed90ceca (diff) | |
download | rtmux-113356c8481c792a0d757017dfe574878329171d.tar.gz rtmux-113356c8481c792a0d757017dfe574878329171d.tar.bz2 rtmux-113356c8481c792a0d757017dfe574878329171d.zip |
Build fixes.
Diffstat (limited to 'window-buffer.c')
-rw-r--r-- | window-buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/window-buffer.c b/window-buffer.c index f4d4c5f8..4a6581ba 100644 --- a/window-buffer.c +++ b/window-buffer.c @@ -20,7 +20,7 @@ #include <stdlib.h> #include <string.h> -#include <vis.h> +#include <time.h> #include "tmux.h" |