Skip to content

Commit 3157ff0

Browse files
brad0stweil
authored andcommitted
Fix building elf_aux_info() support on OpenBSD/arm
Remove the unnecessary use of the sys/elf.h header which breaks the build.
1 parent a5fa1bd commit 3157ff0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/arch/simddetect.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
# include <sys/auxv.h>
6262
# elif defined(HAVE_ELF_AUX_INFO)
6363
# include <sys/auxv.h>
64-
# include <sys/elf.h>
6564
# endif
6665
#endif
6766

0 commit comments

Comments
 (0)