diff options
author | Thomas Adam <thomas@xteddy.org> | 2016-06-16 11:43:05 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2016-06-16 11:43:05 +0100 |
commit | d35a9ac5f20f65eecd1822e9a4ace2033756656a (patch) | |
tree | 9866bedd8e37919539176f515b42f81c05abe9b4 | |
parent | 1ad7c6b8f836c28a0b1353a12feca68319642d0b (diff) | |
download | rtmux-d35a9ac5f20f65eecd1822e9a4ace2033756656a.tar.gz rtmux-d35a9ac5f20f65eecd1822e9a4ace2033756656a.tar.bz2 rtmux-d35a9ac5f20f65eecd1822e9a4ace2033756656a.zip |
Linux: <time.h>
-rw-r--r-- | window.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ #include <string.h> #include <termios.h> #include <unistd.h> +#include <time.h> #include "tmux.h" |