1
Fork 0
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:
Richard M. Stallman 1997-06-29 00:08:34 +00:00
parent 67b50bf76a
commit 03407632d2

View file

@ -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,