diff options
Diffstat (limited to 'lib/libc')
-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 ed0fd48..2e35e36 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 *)); |