summaryrefslogtreecommitdiffstats
path: root/sys/kern/link_aout.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/link_aout.c')
-rw-r--r--sys/kern/link_aout.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/kern/link_aout.c b/sys/kern/link_aout.c
index aa5aa8a..e7955ec 100644
--- a/sys/kern/link_aout.c
+++ b/sys/kern/link_aout.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: link_aout.c,v 1.19 1999/01/28 00:57:47 dillon Exp $
+ * $Id: link_aout.c,v 1.20 1999/05/08 13:03:47 peter Exp $
*/
#ifndef __alpha__
@@ -39,6 +39,13 @@
#include <sys/fcntl.h>
#include <sys/vnode.h>
#include <sys/linker.h>
+
+#ifndef __ELF__
+#include <vm/vm.h>
+#include <vm/pmap.h>
+#include <machine/vmparam.h>
+#endif
+
#include <a.out.h>
#include <link.h>
OpenPOWER on IntegriCloud