summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/sys/termios.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sys/termios.rs b/src/sys/termios.rs
index 92204a05..8870f6be 100644
--- a/src/sys/termios.rs
+++ b/src/sys/termios.rs
@@ -497,7 +497,8 @@ impl SpecialCharacterIndices {
}
pub use libc::NCCS;
-#[cfg(any(target_os = "dragonfly",
+#[cfg(any(target_os = "android",
+ target_os = "dragonfly",
target_os = "freebsd",
target_os = "linux",
target_os = "macos",