summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorCyril Plisko <cyril.plisko@mountall.com>2016-11-03 18:51:19 +0200
committerCyril Plisko <cyril.plisko@mountall.com>2016-11-03 20:31:19 +0200
commitadd9c4b27a71e295381297bcd6d0ad69e7ebeaf8 (patch)
treeea94fb81e39ded7b620afba2cf7d4a5aa52ee9aa /src/lib.rs
parentbcfc0fd5db0cee241dd61f0afab114359852d544 (diff)
Add errno
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index f15d8da..8d1e183 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -38,6 +38,7 @@
//! will skip initialization. The host application will continue as normal. `Pager::ok()` will
//! reflect the fact that no Pager is active.
+extern crate errno;
extern crate libc;
mod utils;