Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
da024910
Commit
da024910
authored
Feb 26, 2001
by
Gerd Moellmann
Browse files
Check HAVE_TERM_H before including term.h.
parent
12435002
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/dispnew.c
src/dispnew.c
+2
-2
No files found.
src/dispnew.c
View file @
da024910
/* Updating of data structures for redisplay.
Copyright (C) 1985, 86, 87, 88, 93, 94, 95, 97, 98, 1999, 2000
Copyright (C) 1985, 86, 87, 88, 93, 94, 95, 97, 98, 1999, 2000
, 2001
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
@@ -104,7 +104,7 @@ Boston, MA 02111-1307, USA. */
#endif
#endif
/* not __GNU_LIBRARY__ */
#if defined (LINUX) && defined (HAVE_LIBNCURSES)
#if
defined(HAVE_TERM_H) &&
defined (LINUX) && defined (HAVE_LIBNCURSES)
#include <term.h>
/* for tgetent */
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment