mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 07:11:05 +01:00
Include elf32.h and elf64.h to be more code compatable with Solaris.
This commit is contained in:
parent
9c201d7ba1
commit
f2e34a452a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=77204
@ -31,5 +31,7 @@
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <machine/elf.h>
|
||||
#include <sys/elf32.h>
|
||||
#include <sys/elf64.h>
|
||||
|
||||
#endif /* !_ELF_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user