diff --git a/src/hermit.rs b/src/hermit.rs index 99d4c32..331b6b1 100644 --- a/src/hermit.rs +++ b/src/hermit.rs @@ -14,7 +14,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -use Errno; +use crate::Errno; pub fn with_description(_err: Errno, callback: F) -> T where