summaryrefslogtreecommitdiffstats
path: root/ignore/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ignore/src/lib.rs')
-rw-r--r--ignore/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ignore/src/lib.rs b/ignore/src/lib.rs
index 190794f5..ee313685 100644
--- a/ignore/src/lib.rs
+++ b/ignore/src/lib.rs
@@ -60,7 +60,7 @@ extern crate tempdir;
extern crate thread_local;
extern crate walkdir;
#[cfg(windows)]
-extern crate winapi;
+extern crate winapi_util;
use std::error;
use std::fmt;