Skip to content

Commit

Permalink
Fix compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Sep 23, 2024
1 parent d3714c9 commit 2ca56ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/event/select.rs
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ impl<'a> Iterator for FdSetIter<'a> {
#[cfg(test)]
mod test {
use super::*;
use core::mem::align_of;

#[test]
#[cfg(windows)]
Expand Down

0 comments on commit 2ca56ec

Please sign in to comment.