summaryrefslogtreecommitdiffstats
path: root/sys/kern/imgact_gzip.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_gzip.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_gzip.c')
-rw-r--r--sys/kern/imgact_gzip.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/kern/imgact_gzip.c b/sys/kern/imgact_gzip.c
index 528887b..83c1547 100644
--- a/sys/kern/imgact_gzip.c
+++ b/sys/kern/imgact_gzip.c
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id: imgact_gzip.c,v 1.19 1996/02/13 14:16:36 phk Exp $
+ * $Id: imgact_gzip.c,v 1.20 1996/03/19 15:02:47 bde Exp $
*
* This module handles execution of a.out files which have been run through
* "gzip". This saves diskspace, but wastes cpu-cycles and VM.
@@ -27,9 +27,11 @@
#include <sys/imgact_aout.h>
#include <sys/kernel.h>
#include <sys/mman.h>
+#include <sys/proc.h>
#include <sys/resourcevar.h>
#include <sys/sysent.h>
#include <sys/systm.h>
+#include <sys/vnode.h>
#include <sys/inflate.h>
#include <vm/vm.h>
OpenPOWER on IntegriCloud