diff options
author | Tom Rini | 2022-09-19 13:19:39 -0400 |
---|---|---|
committer | Tom Rini | 2022-09-19 16:07:12 -0400 |
commit | e9a1ff9724348408144c7f1c5b5cc26130ba46e5 (patch) | |
tree | 68b56f117206d121b4a7e567b0209c02283c98e6 /tools/termios_linux.h | |
parent | b6c50e5831f6ce3800d4b3cf3c7aa35dde8c48d9 (diff) | |
parent | f76f3e3b44328fe6229650540109af93750fd5f0 (diff) |
Merge branch 'master' into next
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'tools/termios_linux.h')
-rw-r--r-- | tools/termios_linux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/termios_linux.h b/tools/termios_linux.h index 45f5c1233c0..0806a91180a 100644 --- a/tools/termios_linux.h +++ b/tools/termios_linux.h @@ -29,6 +29,7 @@ #include <errno.h> #include <sys/ioctl.h> #include <sys/types.h> +#include <asm/ioctls.h> #include <asm/termbits.h> #if defined(BOTHER) && defined(TCGETS2) |