aboutsummaryrefslogtreecommitdiff
path: root/tests/batch.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/batch.rs')
-rw-r--r--tests/batch.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/batch.rs b/tests/batch.rs
index 081ee97..740fc19 100644
--- a/tests/batch.rs
+++ b/tests/batch.rs
@@ -1,6 +1,7 @@
mod sys;
use libc::NFNL_MSG_BATCH_BEGIN;
use nix::libc::NFNL_MSG_BATCH_END;
+use rustables::nlmsg::NfNetlinkDeserializable;
use rustables::nlmsg::NfNetlinkObject;
use rustables::parser::{get_operation_from_nlmsghdr_type, parse_nlmsg, parse_object};
use rustables::{Batch, MsgType, Table};