Include the Solaris compatibility definions iff _SOLARIS_C_SOURCE is defined.

This commit is contained in:
John Birrell 2006-10-04 07:25:55 +00:00
parent fba0d3f839
commit 3c3f6fd0cf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163001

View File

@ -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_ */