diff options
Diffstat (limited to 'nftnl/src/expr/counter.rs')
-rw-r--r-- | nftnl/src/expr/counter.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nftnl/src/expr/counter.rs b/nftnl/src/expr/counter.rs index 605bdbb..c7be911 100644 --- a/nftnl/src/expr/counter.rs +++ b/nftnl/src/expr/counter.rs @@ -1,5 +1,5 @@ use super::Expression; -use nftnl_sys::{self as sys, c_char}; +use nftnl_sys::{self as sys, libc::c_char}; use {ErrorKind, Result}; /// A counter expression adds a counter to the rule that is incremented to count number of packets |