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/bitwise.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rustables/src/expr/bitwise.rs') diff --git a/rustables/src/expr/bitwise.rs b/rustables/src/expr/bitwise.rs index a5d9343..59ef41b 100644 --- a/rustables/src/expr/bitwise.rs +++ b/rustables/src/expr/bitwise.rs @@ -1,5 +1,5 @@ use super::{Expression, Rule, ToSlice}; -use rustables_sys::{self as sys, libc}; +use crate::sys::{self, libc}; use std::ffi::c_void; use std::os::raw::c_char; -- cgit v1.2.3