From 4bc3e1e460ff4491fd78fa2f9fdbed1a8db3681a Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 26 Oct 2009 17:05:43 +0000 Subject: Added time.h to various files for FreeBSD compilation (thanks Ulrich Sporlein). --- term.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'term.c') diff --git a/term.c b/term.c index 23ab6875..61fce753 100644 --- a/term.c +++ b/term.c @@ -1,4 +1,4 @@ -/* $Id: term.c,v 1.112 2009/10/26 09:06:03 kristaps Exp $ */ +/* $Id: term.c,v 1.113 2009/10/26 17:05:44 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -19,6 +19,7 @@ #include #include #include +#include #include "chars.h" #include "out.h" -- cgit v1.2.3