From 3d3763c6f999ca6e180195bbee3c2a532dcdebf7 Mon Sep 17 00:00:00 2001 From: Felix Janda Date: Sun, 9 Oct 2016 10:36:49 -0400 Subject: [PATCH] include for setupterm(), tputs() and tgoto() Signed-off-by: Felix Janda Signed-off-by: Sven Verdoolaege --- cl/cl_funcs.c | 1 + cl/cl_main.c | 1 + cl/cl_screen.c | 1 + 3 files changed, 3 insertions(+) diff --git a/cl/cl_funcs.c b/cl/cl_funcs.c index adc109ad..fc697a71 100644 --- a/cl/cl_funcs.c +++ b/cl/cl_funcs.c @@ -23,6 +23,7 @@ static const char sccsid[] = "$Id: cl_funcs.c,v 10.72 2002/03/02 23:18:33 skimo #include #include #include +#include #include #include diff --git a/cl/cl_main.c b/cl/cl_main.c index 0ecbe443..62aabe98 100644 --- a/cl/cl_main.c +++ b/cl/cl_main.c @@ -23,6 +23,7 @@ static const char sccsid[] = "$Id: cl_main.c,v 10.54 2001/07/29 19:07:27 skimo E #include #include #include +#include #include #include diff --git a/cl/cl_screen.c b/cl/cl_screen.c index d8d16296..978aa7d5 100644 --- a/cl/cl_screen.c +++ b/cl/cl_screen.c @@ -22,6 +22,7 @@ static const char sccsid[] = "$Id: cl_screen.c,v 10.56 2002/05/03 19:59:44 skimo #include #include #include +#include #include #include -- 2.11.4.GIT