diff options
author | Thomas Adam <thomas@xteddy.org> | 2016-10-12 09:53:30 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2016-10-12 09:53:30 +0100 |
commit | 12efb40dc5d5f572490eb855e625d5adf0de06ac (patch) | |
tree | db229de790c0a596b9d2769388565c4d098ef806 /paste.c | |
parent | 0f7d39c4103d4a0f692e9e9bae8a53b64097b1b6 (diff) | |
download | rtmux-12efb40dc5d5f572490eb855e625d5adf0de06ac.tar.gz rtmux-12efb40dc5d5f572490eb855e625d5adf0de06ac.tar.bz2 rtmux-12efb40dc5d5f572490eb855e625d5adf0de06ac.zip |
Linux: #include <time.h> for time()
Diffstat (limited to 'paste.c')
-rw-r--r-- | paste.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ #include <stdlib.h> #include <string.h> +#include <time.h> #include "tmux.h" |