mirror of
https://github.com/acpica/acpica/
synced 2025-02-25 01:44:33 +03:00
AcpiExec/Unix-OSL: Use <termios.h> instead of <termio.h> for portability.
The file termios.h is the correct POSIX header.
This commit is contained in:
parent
04ab584f78
commit
9aa255d4af
@ -163,7 +163,7 @@ typedef void* (*PTHREAD_CALLBACK) (void *);
|
||||
/* Terminal support for AcpiExec only */
|
||||
|
||||
#ifdef ACPI_EXEC_APP
|
||||
#include <termio.h>
|
||||
#include <termios.h>
|
||||
|
||||
struct termios OriginalTermAttributes;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user