diff options
Diffstat (limited to 'tests/rule.rs')
-rw-r--r-- | tests/rule.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rule.rs b/tests/rule.rs index b601a61..517db47 100644 --- a/tests/rule.rs +++ b/tests/rule.rs @@ -1,7 +1,7 @@ use std::ffi::CStr; mod sys; -use rustables::MsgType; +use rustables::{query::get_operation_from_nlmsghdr_type, MsgType}; use sys::*; mod lib; |