diff --git a/src/uu/df/Cargo.toml b/src/uu/df/Cargo.toml index 107e932a6..c949a91dc 100644 --- a/src/uu/df/Cargo.toml +++ b/src/uu/df/Cargo.toml @@ -15,7 +15,7 @@ uucore = "0.0.1" [target.'cfg(target_os = "windows")'.dependencies] kernel32-sys = "0.2" -winapi = { version = "0.3", features = ["handleapi"] } +winapi = { version = "0.3", features = ["handleapi", "winerror"] } [[bin]] name = "df"