diff options
Diffstat (limited to 'Src/Modules/termcap.c')
-rw-r--r-- | Src/Modules/termcap.c | 4 |
1 files changed, 4 insertions, 0 deletions
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 <termcap.h> +# endif /**/ static int |