diff options
author | Thomas <thomas@xteddy.org> | 2013-03-26 16:59:37 +0000 |
---|---|---|
committer | Thomas <thomas@xteddy.org> | 2013-03-26 16:59:37 +0000 |
commit | 399a15b9fc06bee7860d7e29c8315776ed87beea (patch) | |
tree | 253e0b4ede9c368f25b330b939dfe8640412b78e /control.c | |
parent | 00af2df1027301a31531321c12eae6ff32989a3a (diff) | |
parent | dfac36b6c3d72ac3732ec2c638b8bae16d1a01ae (diff) | |
download | rtmux-399a15b9fc06bee7860d7e29c8315776ed87beea.tar.gz rtmux-399a15b9fc06bee7860d7e29c8315776ed87beea.tar.bz2 rtmux-399a15b9fc06bee7860d7e29c8315776ed87beea.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'control.c')
-rw-r--r-- | control.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ #include <event.h> #include <stdlib.h> #include <string.h> +#include <time.h> #include "tmux.h" |