diff options
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" |