aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-05-25 21:46:22 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-05-25 21:46:22 +0000
commitf2e34a452ad4fc1bd9ef5137a4cb56c45af15c45 (patch)
tree46e16b068d5bd12204aee47845db689d089d8fb7 /include
parent9c201d7ba19025bc2851b0ed939953e318bbe8a6 (diff)
downloadsrc-f2e34a452ad4fc1bd9ef5137a4cb56c45af15c45.tar.gz
src-f2e34a452ad4fc1bd9ef5137a4cb56c45af15c45.zip
Include elf32.h and elf64.h to be more code compatable with Solaris.
Notes
Notes: svn path=/head/; revision=77204
Diffstat (limited to 'include')
-rw-r--r--include/elf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/elf.h b/include/elf.h
index bd7e70c3c251..f25e6c4fa7f7 100644
--- a/include/elf.h
+++ b/include/elf.h
@@ -31,5 +31,7 @@
#include <sys/types.h>
#include <machine/elf.h>
+#include <sys/elf32.h>
+#include <sys/elf64.h>
#endif /* !_ELF_H_ */