summaryrefslogtreecommitdiffstats
path: root/CRT.c
diff options
context:
space:
mode:
Diffstat (limited to 'CRT.c')
-rw-r--r--CRT.c3
1 files changed, 2 insertions, 1 deletions
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 <curses.h>
+#include <stdio.h>
#include <errno.h>
#include <signal.h>
#include <stdlib.h>