mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-11 02:30:32 +00:00
Include termios as <termios.h>, not <sys/...>. (#118)
termios is available via `<termios.h>` on all supported platforms, so variants of `<sys/termio.h>` and `<sys/termios.h>` are no longer needed.
This commit is contained in:
@@ -11,9 +11,9 @@
|
||||
#include "version.h"
|
||||
|
||||
#include <sys/fcntlcom.h>
|
||||
#include <sys/termios.h>
|
||||
#include <sys/ttydev.h>
|
||||
#include <stdio.h>
|
||||
#include <termios.h>
|
||||
|
||||
#include "lispemul.h"
|
||||
#include "address.h"
|
||||
|
||||
Reference in New Issue
Block a user