Include the Solaris compatibility definions iff _SOLARIS_C_SOURCE is defined.
This commit is contained in:
parent
36c5519c1a
commit
316972d4f1
@ -38,4 +38,8 @@
|
||||
#include <sys/elf32.h>
|
||||
#include <sys/elf64.h>
|
||||
|
||||
#ifdef _SOLARIS_C_SOURCE
|
||||
#include <sys/_elf_solaris.h>
|
||||
#endif
|
||||
|
||||
#endif /* !_ELF_H_ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user