summaryrefslogtreecommitdiffstats
path: root/include/link.h
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1997-05-07 02:27:18 +0000
committereivind <eivind@FreeBSD.org>1997-05-07 02:27:18 +0000
commit379be4bd6976e0978a3a320598eacd98708ee1f2 (patch)
tree7257f42f700a2e7b01b98d56a31940970b0d54ef /include/link.h
parent173bd2da2e16e77a80909cbb1d6a34c497014e8d (diff)
downloadFreeBSD-src-379be4bd6976e0978a3a320598eacd98708ee1f2.zip
FreeBSD-src-379be4bd6976e0978a3a320598eacd98708ee1f2.tar.gz
Make a lot of include-files self-contained. I excluded the patches changing
int's to gid_t and uid_t - should I commit these, too? Closes PR misc/2625. Submitted by: Julian Assange <proff@iq.org>
Diffstat (limited to 'include/link.h')
-rw-r--r--include/link.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/link.h b/include/link.h
index 7472504..e6aa65c 100644
--- a/include/link.h
+++ b/include/link.h
@@ -27,7 +27,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id$
+ * $Id: link.h,v 1.11 1997/02/23 09:17:13 peter Exp $
*/
/*
@@ -41,6 +41,9 @@
#ifndef _LINK_H_
#define _LINK_H_
+#include <sys/types.h>
+#include <nlist.h>
+
/*
* A `Shared Object Descriptor' describes a shared object that is needed
* to complete the link edit process of the object containing it.
OpenPOWER on IntegriCloud