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 /lib | |
| parent | 1eb55ff65dd85e929f20bc5c4f11d71d76096b92 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/gen/nlist.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/gen/nlist.c b/lib/libc/gen/nlist.c index ed0fd48ab052..2e35e3682d65 100644 --- a/lib/libc/gen/nlist.c +++ b/lib/libc/gen/nlist.c @@ -54,7 +54,8 @@ static char sccsid[] = "@(#)nlist.c 8.1 (Berkeley) 6/4/93"; #define _NLIST_DO_ELF #ifdef _NLIST_DO_ELF -#include <elf.h> +#include <machine/elf.h> +#include <elf-hints.h> #endif int __fdnlist __P((int, struct nlist *)); |
