From 08669f3b61bca274d2da8109ff9079c3c9d33a6c Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 8 Jun 2010 15:06:01 +0000 Subject: Lint noops. Also fixed getsubopt() to be in unistd.h (noted by joerg@). --- term_ascii.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'term_ascii.c') diff --git a/term_ascii.c b/term_ascii.c index 36b4942a..d38450e5 100644 --- a/term_ascii.c +++ b/term_ascii.c @@ -1,4 +1,4 @@ -/* $Id: term_ascii.c,v 1.1 2010/06/08 15:00:17 kristaps Exp $ */ +/* $Id: term_ascii.c,v 1.2 2010/06/08 15:06:01 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -24,6 +24,7 @@ #include #include #include +#include #include "out.h" #include "term.h" -- cgit v1.2.3