diff options
Diffstat (limited to 'ctr-std/src/os/mod.rs')
| -rw-r--r-- | ctr-std/src/os/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ctr-std/src/os/mod.rs b/ctr-std/src/os/mod.rs index 0bf1b0d..ff4dd4f 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 = "hermit")] pub mod hermit; #[cfg(target_os = "horizon")] pub mod horizon; #[cfg(any(target_os = "redox", unix))] |