aboutsummaryrefslogtreecommitdiff
path: root/rustables/src/set.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rustables/src/set.rs')
-rw-r--r--rustables/src/set.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rustables/src/set.rs b/rustables/src/set.rs
index aef74db..d6b9514 100644
--- a/rustables/src/set.rs
+++ b/rustables/src/set.rs
@@ -1,5 +1,5 @@
use crate::{table::Table, MsgType, ProtoFamily};
-use rustables_sys::{self as sys, libc};
+use crate::sys::{self, libc};
use std::{
cell::Cell,
ffi::{c_void, CStr, CString},