fix(ld.so): i586 compilation

Signed-off-by: Anhad Singh <andypython@protonmail.com>
This commit is contained in:
Anhad Singh
2026-07-14 18:00:15 +10:00
parent 67512cbe58
commit 9135ddf7ed
+1 -1
View File
@@ -42,7 +42,7 @@ pub type Relr = usize;
#[cfg(target_pointer_width = "32")]
mod shim {
use object::{NativeEndian, read::elf::ElfFile32};
use object::{NativeEndian, elf, read::elf::ElfFile32};
pub type Dyn = elf::Dyn32<NativeEndian>;
pub type Rel = elf::Rel32<NativeEndian>;
pub type Rela = elf::Rela32<NativeEndian>;