diff options
Diffstat (limited to 'rustables/src/expr/meta.rs')
-rw-r--r-- | rustables/src/expr/meta.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rustables/src/expr/meta.rs b/rustables/src/expr/meta.rs index 199f3d3..bf77774 100644 --- a/rustables/src/expr/meta.rs +++ b/rustables/src/expr/meta.rs @@ -1,5 +1,5 @@ use super::{DeserializationError, Expression, Rule}; -use rustables_sys::{self as sys, libc}; +use crate::sys::{self, libc}; use std::os::raw::c_char; /// A meta expression refers to meta data associated with a packet. |