about summary refs log tree commit diff
path: root/src/libstd/os/freebsd/raw.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd/os/freebsd/raw.rs')
-rw-r--r--src/libstd/os/freebsd/raw.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/os/freebsd/raw.rs b/src/libstd/os/freebsd/raw.rs
index 7d90e583b5b..0c58154ae60 100644
--- a/src/libstd/os/freebsd/raw.rs
+++ b/src/libstd/os/freebsd/raw.rs
@@ -8,7 +8,7 @@
                               definitions")]
 #![allow(deprecated)]
 
-use os::raw::c_long;
+use crate::os::raw::c_long;
 
 #[stable(feature = "raw_ext", since = "1.1.0")] pub type blkcnt_t = u64;
 #[stable(feature = "raw_ext", since = "1.1.0")] pub type blksize_t = u64;