mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
* systty.h [HAVE_TERMIOS]: Include fcntl.h.
This commit is contained in:
parent
98f7775387
commit
1aaaff21ef
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
#ifdef HAVE_TERMIOS
|
||||
#include <termio.h>
|
||||
#include <termios.h>
|
||||
#include <fcntl.h>
|
||||
#else /* neither HAVE_TERMIO nor HAVE_TERMIOS */
|
||||
#ifndef VMS
|
||||
#include <sgtty.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue