Skip to content

Commit 00fae9e

Browse files
committed
Explicitly use namespace
1 parent 6294184 commit 00fae9e

File tree

1 file changed

+2
-0
lines changed
  • src/unix/bsd/netbsdlike/openbsdlike

1 file changed

+2
-0
lines changed

src/unix/bsd/netbsdlike/openbsdlike/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
use unix::bsd::O_SYNC;
2+
13
pub type clock_t = i64;
24
pub type suseconds_t = ::c_long;
35
pub type dev_t = i32;

0 commit comments

Comments
 (0)