changeset 386:2c2b51819aad

- newer and portable beos/haiku uses elf.h instead of elf32.h (maybe older builds only used elf32.h in raw source? either way, just using elf.h now)
author Tassilo Philipp
date Thu, 21 Jan 2021 17:15:35 +0100
parents 0876703ca33c
children 11483966a3ee
files dynload/dynload_syms_elf.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/dynload/dynload_syms_elf.c	Wed Jan 20 17:50:46 2021 +0100
+++ b/dynload/dynload_syms_elf.c	Thu Jan 21 17:15:35 2021 +0100
@@ -43,8 +43,6 @@
 #  include <elf.h>
 #elif defined(OS_SunOS)
 #  include <libelf.h>
-#elif defined(OS_BeOS)
-#  include <elf32.h>
 #else
 #  include <elf.h>
 #endif