Revert "Exclude terminal code from MINGW compiling,"

This reverts commit 0c4347bf19.
This commit is contained in:
Holger Vogt 2025-02-07 13:04:51 +01:00
parent c4742d82b4
commit 656511a6f9
1 changed files with 0 additions and 4 deletions

View File

@ -12,10 +12,6 @@ Author: 1986 Wayne A. Christopher, U. C. Berkeley CAD Group
#include <stdarg.h>
/* temporarily exclude code from compiling with MINGW */
#ifdef __MINGW32__
#undef HAVE_TERMCAP
#endif
#ifdef HAVE_SGTTY_H
#include <sgtty.h>