aboutsummaryrefslogtreecommitdiff
path: root/rustables/src/chain.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rustables/src/chain.rs')
-rw-r--r--rustables/src/chain.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rustables/src/chain.rs b/rustables/src/chain.rs
index ac9c57d..20043ac 100644
--- a/rustables/src/chain.rs
+++ b/rustables/src/chain.rs
@@ -1,5 +1,5 @@
use crate::{MsgType, Table};
-use rustables_sys::{self as sys, libc};
+use crate::sys::{self as sys, libc};
#[cfg(feature = "query")]
use std::convert::TryFrom;
use std::{