From 09a6b8d9c89566eccdc27103c85750f99d6fea52 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sun, 22 Jun 2008 22:20:07 +0000 Subject: timespecadd, fgetln headers. --- compat/fgetln.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'compat/fgetln.c') 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 + +#include +#include + #include "tmux.h" char * -- cgit