aboutsummaryrefslogtreecommitdiff
path: root/ctr-std/src/os/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ctr-std/src/os/mod.rs')
-rw-r--r--ctr-std/src/os/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ctr-std/src/os/mod.rs b/ctr-std/src/os/mod.rs
index ac78094..0bf1b0d 100644
--- a/ctr-std/src/os/mod.rs
+++ b/ctr-std/src/os/mod.rs
@@ -47,6 +47,7 @@ cfg_if! {
#[cfg(target_os = "solaris")] pub mod solaris;
#[cfg(target_os = "emscripten")] pub mod emscripten;
#[cfg(target_os = "fuchsia")] pub mod fuchsia;
+ #[cfg(target_os = "horizon")] pub mod horizon;
#[cfg(any(target_os = "redox", unix))]
#[stable(feature = "rust1", since = "1.0.0")]