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