From 1e33e3ab0790d977add329e9686b4b9e5570ba3c Mon Sep 17 00:00:00 2001 From: lafleur Date: Sun, 7 Nov 2021 14:19:37 +0100 Subject: call bindgen on build in rustables --- rustables/examples/filter-ethernet.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rustables/examples/filter-ethernet.rs') diff --git a/rustables/examples/filter-ethernet.rs b/rustables/examples/filter-ethernet.rs index 23be8a1..b16c49e 100644 --- a/rustables/examples/filter-ethernet.rs +++ b/rustables/examples/filter-ethernet.rs @@ -22,7 +22,7 @@ //! # nft delete table inet example-filter-ethernet //! ``` -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::CString, io, rc::Rc}; const TABLE_NAME: &str = "example-filter-ethernet"; -- cgit v1.2.3