From b70b35ea659d9a859de3cb480580ceb98a6b63e0 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Thu, 8 Nov 2007 23:53:03 +0000 Subject: Improve error display on crash to get better bug reports. --- CRT.h | 1 + 1 file changed, 1 insertion(+) (limited to 'CRT.h') diff --git a/CRT.h b/CRT.h index 76a3b08c..41de032f 100644 --- a/CRT.h +++ b/CRT.h @@ -17,6 +17,7 @@ in the source distribution for its full text. #include "String.h" +#include "config.h" #include "debug.h" #define ColorPair(i,j) COLOR_PAIR((7-i)*8+j) -- cgit v1.2.3