From 43a72316157e98ad48dd6fd96f1a5d8d4de2f1a6 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Tue, 26 Feb 2013 16:50:21 +0000 Subject: Remove explicit calls to curses.h in other files --- CRT.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CRT.c') diff --git a/CRT.c b/CRT.c index 3a1eb913..64a38120 100644 --- a/CRT.c +++ b/CRT.c @@ -9,8 +9,9 @@ in the source distribution for its full text. #include "config.h" #include "String.h" +#include "RichString.h" -#include +#include #include #include #include -- cgit v1.2.3