a2f047712e
Portable ELF code (Mesa util/build_id.c, unwinders) uses ElfW(Nhdr) etc. and expects <link.h> to define ElfW -> Elf64_type (LP64) / Elf32_type. Without it those TUs fall back to an undefined Elf_##type and fail to compile.