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 /usr.bin/ldd/ldd.c | |
| parent | 1eb55ff65dd85e929f20bc5c4f11d71d76096b92 (diff) | |
Notes
Diffstat (limited to 'usr.bin/ldd/ldd.c')
| -rw-r--r-- | usr.bin/ldd/ldd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ldd/ldd.c b/usr.bin/ldd/ldd.c index cf9ebde6fc35..0f82b89af9d5 100644 --- a/usr.bin/ldd/ldd.c +++ b/usr.bin/ldd/ldd.c @@ -34,8 +34,8 @@ static const char rcsid[] = #endif /* not lint */ #include <sys/wait.h> +#include <machine/elf.h> #include <a.out.h> -#include <elf.h> #include <err.h> #include <fcntl.h> #include <stdio.h> |
