diff options
| author | John Birrell <jb@FreeBSD.org> | 2006-10-04 07:25:55 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 2006-10-04 07:25:55 +0000 |
| commit | 3c3f6fd0cf12e61559b8825a2092aec7153ee28b (patch) | |
| tree | 3608eb4234fc34c7bf8cdaf6320a2511cba9f5a6 /include | |
| parent | fba0d3f83990a1208103d06a951e5d3640f3bbf0 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/elf.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/elf.h b/include/elf.h index c094a1c78837..9090137e82b3 100644 --- a/include/elf.h +++ b/include/elf.h @@ -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_ */ |
