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/src/expr/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rustables/src/expr/mod.rs') diff --git a/rustables/src/expr/mod.rs b/rustables/src/expr/mod.rs index b20a752..fbf49d6 100644 --- a/rustables/src/expr/mod.rs +++ b/rustables/src/expr/mod.rs @@ -9,7 +9,7 @@ use std::net::Ipv4Addr; use std::net::Ipv6Addr; use super::rule::Rule; -use rustables_sys::{self as sys, libc}; +use crate::sys::{self, libc}; use thiserror::Error; mod bitwise; -- cgit v1.2.3