diff options
Diffstat (limited to 'src/dispnew.c')
-rw-r--r-- | src/dispnew.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/dispnew.c b/src/dispnew.c index 25acdd725dd..0379573b50a 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -42,6 +42,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #include "process.h" #include "syssignal.h" +#include "tparam.h" #ifdef HAVE_WINDOW_SYSTEM #include TERM_HEADER @@ -52,10 +53,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #include <fpending.h> #include <timespec.h> -#if defined (HAVE_TERM_H) && defined (GNU_LINUX) -#include <term.h> /* for tgetent */ -#endif - #ifdef WINDOWSNT #include "w32.h" #endif |