diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-05-02 23:56:21 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-05-02 23:56:21 +0000 |
| commit | 5e6220d9d0ed9bc47d825655629563debeb4c790 (patch) | |
| tree | ea44581323d4d5406c62189361371b4f8e3c1db4 /libexec | |
| parent | 1eb55ff65dd85e929f20bc5c4f11d71d76096b92 (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/rtld-elf/rtld.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/rtld-elf/rtld.h b/libexec/rtld-elf/rtld.h index 68b6c4e312c75..5ac7c1280015c 100644 --- a/libexec/rtld-elf/rtld.h +++ b/libexec/rtld-elf/rtld.h @@ -28,11 +28,12 @@ #ifndef RTLD_H /* { */ #define RTLD_H 1 +#include <machine/elf.h> #include <sys/types.h> #include <sys/queue.h> +#include <elf-hints.h> #include <link.h> -#include <elf.h> #include <stddef.h> #include "rtld_machdep.h" |
