diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/cm.c | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -25,6 +25,10 @@ Boston, MA 02111-1307, USA. */ | |||
| 25 | #include "cm.h" | 25 | #include "cm.h" |
| 26 | #include "termhooks.h" | 26 | #include "termhooks.h" |
| 27 | 27 | ||
| 28 | #ifdef HAVE_TERMCAP_H | ||
| 29 | #include <termcap.h> | ||
| 30 | #endif | ||
| 31 | |||
| 28 | #define BIG 9999 /* 9999 good on VAXen. For 16 bit machines | 32 | #define BIG 9999 /* 9999 good on VAXen. For 16 bit machines |
| 29 | use about 2000.... */ | 33 | use about 2000.... */ |
| 30 | 34 | ||