diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-04-23 16:55:20 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-04-23 16:55:20 +0100 |
commit | 351c5423f0ec8d0267fc2d973990bd55a1a5797b (patch) | |
tree | 284d52a49877a7179673eb504a859dbd9955630d /window-copy.c | |
parent | ac91635f82a122b45702c5cc19ea8864502fdcc1 (diff) | |
download | rtmux-351c5423f0ec8d0267fc2d973990bd55a1a5797b.tar.gz rtmux-351c5423f0ec8d0267fc2d973990bd55a1a5797b.tar.bz2 rtmux-351c5423f0ec8d0267fc2d973990bd55a1a5797b.zip |
time.h is needed.
Diffstat (limited to 'window-copy.c')
-rw-r--r-- | window-copy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/window-copy.c b/window-copy.c index 2bda5d56..a803f3b3 100644 --- a/window-copy.c +++ b/window-copy.c @@ -22,6 +22,7 @@ #include <regex.h> #include <stdlib.h> #include <string.h> +#include <time.h> #include "tmux.h" |