COMP: cmELF needs to include sys/link.h to get dynamic section structures on the Sun.

This commit is contained in:
Brad King 2008-02-28 08:43:10 -05:00
parent fcad490654
commit d404c6bff6
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@
// Include the ELF format information system header.
#include <elf.h>
#if defined(__sun)
# include <sys/link.h> // For dynamic section information
#endif
//----------------------------------------------------------------------------
// Low-level byte swapping implementation.