summaryrefslogtreecommitdiffstats
path: root/sys/sys/link_aout.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/link_aout.h')
-rw-r--r--sys/sys/link_aout.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/sys/link_aout.h b/sys/sys/link_aout.h
index 7472504..e6aa65c 100644
--- a/sys/sys/link_aout.h
+++ b/sys/sys/link_aout.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