diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-07-01 05:43:01 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-07-01 05:43:01 +0000 |
commit | bd1a705bbe0da85bd2a8f382f236f80d5198fc0c (patch) | |
tree | 44146baf3f7f6590e306d3e718ee367df2ee9995 /compat/fgetln.c | |
parent | 07af4ce499cd5c24d334aaee65fff7855966ef51 (diff) | |
download | rtmux-bd1a705bbe0da85bd2a8f382f236f80d5198fc0c.tar.gz rtmux-bd1a705bbe0da85bd2a8f382f236f80d5198fc0c.tar.bz2 rtmux-bd1a705bbe0da85bd2a8f382f236f80d5198fc0c.zip |
0.4 released.
Diffstat (limited to 'compat/fgetln.c')
-rw-r--r-- | compat/fgetln.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compat/fgetln.c b/compat/fgetln.c index a5bcf00c..662cf60f 100644 --- a/compat/fgetln.c +++ b/compat/fgetln.c @@ -37,6 +37,7 @@ #include <errno.h> #include <stdio.h> #include <stdlib.h> +#include <string.h> #include "tmux.h" |