Need <dlfcn.h> for Dl_info.
This commit is contained in:
parent
278987aba7
commit
dd26162d11
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user