diff --git a/sys/dev/fss.c b/sys/dev/fss.c index 329edaca3a18..a01bafdab9ad 100644 --- a/sys/dev/fss.c +++ b/sys/dev/fss.c @@ -1,4 +1,4 @@ -/* $NetBSD: fss.c,v 1.10 2004/10/28 07:07:39 yamt Exp $ */ +/* $NetBSD: fss.c,v 1.11 2004/10/29 15:39:38 hannken Exp $ */ /*- * Copyright (c) 2003 The NetBSD Foundation, Inc. @@ -43,7 +43,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: fss.c,v 1.10 2004/10/28 07:07:39 yamt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: fss.c,v 1.11 2004/10/29 15:39:38 hannken Exp $"); #include "fss.h" @@ -53,7 +53,6 @@ __KERNEL_RCSID(0, "$NetBSD: fss.c,v 1.10 2004/10/28 07:07:39 yamt Exp $"); #include #include #include -#include #include #include #include diff --git a/sys/dev/fssvar.h b/sys/dev/fssvar.h index 3b18d2e85f0a..ddea72b397ce 100644 --- a/sys/dev/fssvar.h +++ b/sys/dev/fssvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: fssvar.h,v 1.6 2004/05/25 14:54:56 hannken Exp $ */ +/* $NetBSD: fssvar.h,v 1.7 2004/10/29 15:39:38 hannken Exp $ */ /*- * Copyright (c) 2003 The NetBSD Foundation, Inc. @@ -59,6 +59,8 @@ struct fss_get { #ifdef _KERNEL +#include + #define FSS_CLUSTER_MAX (1<<24) /* Upper bound of clusters. The sc_copied map uses up to FSS_CLUSTER_MAX/NBBY bytes */