Include elf32.h and elf64.h to be more code compatable with Solaris.

This commit is contained in:
David E. O'Brien 2001-05-25 21:46:22 +00:00
parent 9c201d7ba1
commit f2e34a452a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=77204

View File

@ -31,5 +31,7 @@
#include <sys/types.h>
#include <machine/elf.h>
#include <sys/elf32.h>
#include <sys/elf64.h>
#endif /* !_ELF_H_ */