aboutsummaryrefslogtreecommitdiffstats
path: root/components/util/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/util/lib.rs')
-rw-r--r--components/util/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/util/lib.rs b/components/util/lib.rs
index 9039e99c7b7..680e5609da0 100644
--- a/components/util/lib.rs
+++ b/components/util/lib.rs
@@ -38,9 +38,11 @@ extern crate rustc_serialize;
extern crate serde;
extern crate smallvec;
extern crate url;
+extern crate xdg;
use std::sync::Arc;
+pub mod basedir;
pub mod cache;
#[allow(unsafe_code)]
pub mod debug_utils;