aboutsummaryrefslogtreecommitdiff
path: root/nftnl/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'nftnl/src/lib.rs')
-rw-r--r--nftnl/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/nftnl/src/lib.rs b/nftnl/src/lib.rs
index 96e0e26..b9d12ea 100644
--- a/nftnl/src/lib.rs
+++ b/nftnl/src/lib.rs
@@ -8,7 +8,7 @@ extern crate libc;
#[macro_use]
extern crate log;
-use nftnl_sys::c_void;
+use nftnl_sys::libc::c_void;
pub use error_chain::ChainedError;
error_chain! {