diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-22 22:20:07 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-22 22:20:07 +0000 |
commit | 09a6b8d9c89566eccdc27103c85750f99d6fea52 (patch) | |
tree | ee57887ad01db655f6965d56615bc83db592da5d /compat | |
parent | a52be0e194f10e21e8f094a908e3afe9abfce8ae (diff) | |
download | rtmux-09a6b8d9c89566eccdc27103c85750f99d6fea52.tar.gz rtmux-09a6b8d9c89566eccdc27103c85750f99d6fea52.tar.bz2 rtmux-09a6b8d9c89566eccdc27103c85750f99d6fea52.zip |
timespecadd, fgetln headers.
Diffstat (limited to 'compat')
-rw-r--r-- | compat/fgetln.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/compat/fgetln.c b/compat/fgetln.c index 639ce49c..7f7154f9 100644 --- a/compat/fgetln.c +++ b/compat/fgetln.c @@ -32,6 +32,11 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include <sys/types.h> + +#include <errno.h> +#include <stdio.h> + #include "tmux.h" char * |