summaryrefslogtreecommitdiffhomepage
path: root/talpid-core/src
diff options
context:
space:
mode:
Diffstat (limited to 'talpid-core/src')
-rw-r--r--talpid-core/src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/talpid-core/src/lib.rs b/talpid-core/src/lib.rs
index a043538442..fd26752fac 100644
--- a/talpid-core/src/lib.rs
+++ b/talpid-core/src/lib.rs
@@ -17,10 +17,12 @@ extern crate log;
#[macro_use]
extern crate error_chain;
+#[cfg(unix)]
extern crate ipnetwork;
extern crate jsonrpc_core;
#[macro_use]
extern crate jsonrpc_macros;
+#[cfg(unix)]
#[macro_use]
extern crate lazy_static;
extern crate libc;