Need to include <sys/exec.h>

This commit is contained in:
thorpej 1996-10-14 06:53:23 +00:00
parent 7ee4744ed2
commit 04f65ff081
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: hpux_compat.c,v 1.26 1996/10/02 18:04:56 ws Exp $ */
/* $NetBSD: hpux_compat.c,v 1.27 1996/10/14 06:53:23 thorpej Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -58,6 +58,7 @@
#include <sys/proc.h>
#include <sys/buf.h>
#include <sys/wait.h>
#include <sys/exec.h>
#include <sys/file.h>
#include <sys/namei.h>
#include <sys/vnode.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: hpux_exec.c,v 1.4 1996/09/03 03:12:19 mycroft Exp $ */
/* $NetBSD: hpux_exec.c,v 1.5 1996/10/14 06:53:24 thorpej Exp $ */
/*
* Copyright (c) 1995 Jason R. Thorpe. All rights reserved.
@ -38,6 +38,7 @@
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/proc.h>
#include <sys/exec.h>
#include <sys/malloc.h>
#include <sys/mount.h>
#include <sys/namei.h>