aboutsummaryrefslogtreecommitdiff
path: root/rustables/examples/add-rules.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rustables/examples/add-rules.rs')
-rw-r--r--rustables/examples/add-rules.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rustables/examples/add-rules.rs b/rustables/examples/add-rules.rs
index 4fea491..3aae7ee 100644
--- a/rustables/examples/add-rules.rs
+++ b/rustables/examples/add-rules.rs
@@ -37,7 +37,7 @@
//! ```
use ipnetwork::{IpNetwork, Ipv4Network};
-use rustables::{nft_expr, rustables_sys::libc, Batch, Chain, FinalizedBatch, ProtoFamily, Rule, Table};
+use rustables::{nft_expr, sys::libc, Batch, Chain, FinalizedBatch, ProtoFamily, Rule, Table};
use std::{
ffi::{self, CString},
io,