summaryrefslogtreecommitdiff
path: root/src/sys/quota.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/quota.rs')
-rw-r--r--src/sys/quota.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sys/quota.rs b/src/sys/quota.rs
index 4a8fdf5e..abe114f0 100644
--- a/src/sys/quota.rs
+++ b/src/sys/quota.rs
@@ -15,7 +15,8 @@
use std::default::Default;
use std::{mem, ptr};
use libc::{self, c_int, c_char};
-use {Errno, Result, NixPath};
+use {Result, NixPath};
+use errno::Errno;
struct QuotaCmd(QuotaSubCmd, QuotaType);