diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -34,6 +34,9 @@ pub mod mqueue; #[cfg(any(target_os = "linux", target_os = "macos"))] pub mod poll; +#[cfg(any(target_os = "linux"))] +pub mod net; + #[cfg(any(target_os = "linux", target_os = "android"))] pub mod sched; |