summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 512b5403..65db8bfe 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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;