mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Include the Solaris compatibility definions iff _SOLARIS_C_SOURCE is defined.
This commit is contained in:
parent
fba0d3f839
commit
3c3f6fd0cf
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Reference in a new issue