Need <dlfcn.h> for Dl_info.

This commit is contained in:
thorpej 1998-05-14 01:55:28 +00:00
parent 278987aba7
commit dd26162d11
3 changed files with 9 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: link.h,v 1.12 1998/05/12 21:21:21 pk Exp $ */
/* $NetBSD: link.h,v 1.13 1998/05/14 01:55:28 thorpej Exp $ */
/*
* Copyright (c) 1993 Paul Kranenburg
@ -41,6 +41,8 @@
#ifndef _LINK_H_
#define _LINK_H_
#include <dlfcn.h> /* for Dl_info */
/*
* A `Shared Object Descriptor' descibes a shared object that is needed
* to complete the link edit process of the object containing it.

View File

@ -1,4 +1,4 @@
/* $NetBSD: link_aout.h,v 1.12 1998/05/12 21:21:21 pk Exp $ */
/* $NetBSD: link_aout.h,v 1.13 1998/05/14 01:55:28 thorpej Exp $ */
/*
* Copyright (c) 1993 Paul Kranenburg
@ -41,6 +41,8 @@
#ifndef _LINK_H_
#define _LINK_H_
#include <dlfcn.h> /* for Dl_info */
/*
* A `Shared Object Descriptor' descibes a shared object that is needed
* to complete the link edit process of the object containing it.

View File

@ -1,4 +1,4 @@
/* $NetBSD: link.h,v 1.12 1998/05/12 21:21:21 pk Exp $ */
/* $NetBSD: link.h,v 1.13 1998/05/14 01:55:28 thorpej Exp $ */
/*
* Copyright (c) 1993 Paul Kranenburg
@ -41,6 +41,8 @@
#ifndef _LINK_H_
#define _LINK_H_
#include <dlfcn.h> /* for Dl_info */
/*
* A `Shared Object Descriptor' descibes a shared object that is needed
* to complete the link edit process of the object containing it.