diff options
Diffstat (limited to 'nftnl/src/table.rs')
-rw-r--r-- | nftnl/src/table.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nftnl/src/table.rs b/nftnl/src/table.rs index 5066193..fed32fc 100644 --- a/nftnl/src/table.rs +++ b/nftnl/src/table.rs @@ -1,5 +1,5 @@ use libc; -use nftnl_sys::{self as sys, c_void}; +use nftnl_sys::{self as sys, libc::c_void}; use std::ffi::CStr; |