From efd51d84cff8b02bed9decd3c250f5ea7f2039b2 Mon Sep 17 00:00:00 2001 From: bde Date: Fri, 5 Dec 1997 19:55:52 +0000 Subject: Don't include in headers when only `struct simplelock' is required. Fixed everything that depended on the pollution. --- sys/vm/vm_zone.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/vm/vm_zone.c') diff --git a/sys/vm/vm_zone.c b/sys/vm/vm_zone.c index 94eacc2..1bf9732 100644 --- a/sys/vm/vm_zone.c +++ b/sys/vm/vm_zone.c @@ -18,12 +18,13 @@ * 5. Modifications may be freely made to this file if the above conditions * are met. * - * $Id: vm_zone.c,v 1.9 1997/10/11 18:31:40 phk Exp $ + * $Id: vm_zone.c,v 1.10 1997/10/12 20:26:33 phk Exp $ */ #include #include #include +#include #include #include -- cgit v1.1