COMP: cmELF needs to include sys/link.h to get dynamic section structures on the Sun.
This commit is contained in:
parent
fcad490654
commit
d404c6bff6
|
@ -24,6 +24,9 @@
|
||||||
|
|
||||||
// Include the ELF format information system header.
|
// Include the ELF format information system header.
|
||||||
#include <elf.h>
|
#include <elf.h>
|
||||||
|
#if defined(__sun)
|
||||||
|
# include <sys/link.h> // For dynamic section information
|
||||||
|
#endif
|
||||||
|
|
||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
// Low-level byte swapping implementation.
|
// Low-level byte swapping implementation.
|
||||||
|
|
Loading…
Reference in New Issue