summaryrefslogtreecommitdiff
path: root/include/elf.h
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/elf.h
parent9c201d7ba19025bc2851b0ed939953e318bbe8a6 (diff)
Notes
Diffstat (limited to 'include/elf.h')
-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_ */