From 02e0363afac537a428acd616ee8124a475fddcdf Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Fri, 13 Apr 2001 16:29:28 +0000 Subject: Fix term*.h header file collisions. --- Src/Modules/termcap.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Src/Modules/termcap.c') diff --git a/Src/Modules/termcap.c b/Src/Modules/termcap.c index dad47aa17..db79a65a9 100644 --- a/Src/Modules/termcap.c +++ b/Src/Modules/termcap.c @@ -27,12 +27,16 @@ * */ +#define USES_TERMCAP_H 1 #include "termcap.mdh" #include "termcap.pro" /* echotc: output a termcap */ #ifdef HAVE_TGETENT +# ifdef HAVE_TERMCAP_H +# include +# endif /**/ static int -- cgit v1.2.3-70-g09d2