summaryrefslogtreecommitdiffstats
path: root/sys/kern/imgact_aout.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-05-01 02:43:13 +0000
committerbde <bde@FreeBSD.org>1996-05-01 02:43:13 +0000
commitf92cdcae9936577a691cef736c15f8291c592997 (patch)
tree4d73706536859631a31b577d0fd5facaf4d0b663 /sys/kern/imgact_aout.c
parent82c1afdaa1e8eef12f3ed9b548daa1fcf118f4cd (diff)
downloadFreeBSD-src-f92cdcae9936577a691cef736c15f8291c592997.zip
FreeBSD-src-f92cdcae9936577a691cef736c15f8291c592997.tar.gz
Removed unnecessary #includes from <sys/imgact.h> so that it is
self-sufficient and added explicit #includes where required.
Diffstat (limited to 'sys/kern/imgact_aout.c')
-rw-r--r--sys/kern/imgact_aout.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/kern/imgact_aout.c b/sys/kern/imgact_aout.c
index 4e012f6..9174d32 100644
--- a/sys/kern/imgact_aout.c
+++ b/sys/kern/imgact_aout.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: imgact_aout.c,v 1.25 1996/03/19 15:02:44 bde Exp $
+ * $Id: imgact_aout.c,v 1.26 1996/04/08 01:21:57 davidg Exp $
*/
#include <sys/param.h>
@@ -34,7 +34,9 @@
#include <sys/imgact.h>
#include <sys/imgact_aout.h>
#include <sys/kernel.h>
+#include <sys/proc.h>
#include <sys/sysent.h>
+#include <sys/vnode.h>
#include <vm/vm.h>
#include <vm/vm_param.h>
OpenPOWER on IntegriCloud