diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-23 16:58:49 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-23 16:58:49 +0000 |
commit | 91f3165b2da17010fdb8d5d85e676fee442afcc4 (patch) | |
tree | 2e4e3be9ee0eb35252d97536a6d1934576390db8 /compat | |
parent | c24d849fa41114108b52a0a5e9256a7f0558b0d8 (diff) | |
download | rtmux-91f3165b2da17010fdb8d5d85e676fee442afcc4.tar.gz rtmux-91f3165b2da17010fdb8d5d85e676fee442afcc4.tar.bz2 rtmux-91f3165b2da17010fdb8d5d85e676fee442afcc4.zip |
IRIX fixes thanks to Elias Pipping.
Diffstat (limited to 'compat')
-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 7f7154f9..a5bcf00c 100644 --- a/compat/fgetln.c +++ b/compat/fgetln.c @@ -36,6 +36,7 @@ #include <errno.h> #include <stdio.h> +#include <stdlib.h> #include "tmux.h" |