From 81d85f398bfd0397fca164d8f949c2d771e6fee7 Mon Sep 17 00:00:00 2001 From: Roy Ivy III Date: Sun, 3 May 2020 14:34:02 -0500 Subject: [PATCH] fix/df ~ missing windows imports --- src/uu/df/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"