mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 18:41:25 -08:00
[HAVE_TERMIOS_H]: Include termios.h.
This commit is contained in:
parent
67b50bf76a
commit
03407632d2
1 changed files with 4 additions and 0 deletions
|
|
@ -27,6 +27,10 @@ Boston, MA 02111-1307, USA. */
|
|||
#include "blockinput.h"
|
||||
#undef NULL
|
||||
|
||||
#ifdef HAVE_TERMIOS_H
|
||||
#include <termios.h>
|
||||
#endif
|
||||
|
||||
#define min(x,y) ((x) > (y) ? (y) : (x))
|
||||
|
||||
/* In this file, open, read and write refer to the system calls,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue