about summary refs log tree commit diff
path: root/fs-tracer-common/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'fs-tracer-common/src/lib.rs')
-rw-r--r--fs-tracer-common/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs-tracer-common/src/lib.rs b/fs-tracer-common/src/lib.rs
index 4469128..68d563e 100644
--- a/fs-tracer-common/src/lib.rs
+++ b/fs-tracer-common/src/lib.rs
@@ -4,7 +4,7 @@
 use core::ffi::c_uint;
 use core::fmt::{self, Formatter};
 use core::str;
-use aya_bpf::cty::c_long;
+use aya_ebpf::cty::c_long;
 use core::ffi::c_size_t;
 
 pub enum SyscallInfo {