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