Skip to content

Commit

Permalink
Fix building elf_aux_info() support on OpenBSD/arm
Browse files Browse the repository at this point in the history
Remove the unnecessary use of the sys/elf.h header which breaks
the build.
  • Loading branch information
brad0 authored and stweil committed Jan 17, 2025
1 parent a5fa1bd commit 3157ff0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/arch/simddetect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
# include <sys/auxv.h>
# elif defined(HAVE_ELF_AUX_INFO)
# include <sys/auxv.h>
# include <sys/elf.h>
# endif
#endif

Expand Down

0 comments on commit 3157ff0

Please sign in to comment.