diff options
Diffstat (limited to 'rustables/src/rule.rs')
-rw-r--r-- | rustables/src/rule.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rustables/src/rule.rs b/rustables/src/rule.rs index b315daf..c8cb90d 100644 --- a/rustables/src/rule.rs +++ b/rustables/src/rule.rs @@ -1,6 +1,6 @@ use crate::expr::ExpressionWrapper; use crate::{chain::Chain, expr::Expression, MsgType}; -use rustables_sys::{self as sys, libc}; +use crate::sys::{self, libc}; use std::ffi::{c_void, CStr, CString}; use std::fmt::Debug; use std::os::raw::c_char; |