From c30f46c534617c688a4773ed830c44daa04853ee Mon Sep 17 00:00:00 2001 From: dg Date: Thu, 7 Dec 1995 12:48:31 +0000 Subject: Untangled the vm.h include file spaghetti. --- sys/kern/imgact_gzip.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'sys/kern/imgact_gzip.c') diff --git a/sys/kern/imgact_gzip.c b/sys/kern/imgact_gzip.c index 792f8d6..4fa24ef 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.15 1995/11/06 12:52:30 davidg Exp $ + * $Id: imgact_gzip.c,v 1.16 1995/12/02 16:32:01 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. @@ -33,7 +33,13 @@ #include #include +#include +#include +#include +#include +#include #include +#include struct imgact_gzip { struct image_params *ip; -- cgit v1.1