diff options
author | nicm <nicm> | 2016-10-12 09:07:58 +0000 |
---|---|---|
committer | nicm <nicm> | 2016-10-12 09:07:58 +0000 |
commit | 22a8afee9e8dcbe45a371ca72af0169b7c94eac5 (patch) | |
tree | 6fb01ef25a99f159f5e417af5a0e018837e15ae9 /paste.c | |
parent | 5c49e1d0c1afaf98512b2ffd1f31d91fecff9851 (diff) | |
download | rtmux-22a8afee9e8dcbe45a371ca72af0169b7c94eac5.tar.gz rtmux-22a8afee9e8dcbe45a371ca72af0169b7c94eac5.tar.bz2 rtmux-22a8afee9e8dcbe45a371ca72af0169b7c94eac5.zip |
Unused variable and missing time.h.
Diffstat (limited to 'paste.c')
-rw-r--r-- | paste.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,10 +17,10 @@ */ #include <sys/types.h> -#include <sys/time.h> #include <stdlib.h> #include <string.h> +#include <time.h> #include <vis.h> #include "tmux.h" |