diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c index 49dbd471f44b..56d7f52b5e4f 100644 --- a/sys/amd64/amd64/machdep.c +++ b/sys/amd64/amd64/machdep.c @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * from: @(#)machdep.c 7.4 (Berkeley) 6/3/91 - * $Id: machdep.c,v 1.81 1994/10/26 18:35:02 jkh Exp $ + * $Id: machdep.c,v 1.82 1994/10/27 20:44:34 jkh Exp $ */ #include "npx.h" @@ -1561,6 +1561,7 @@ Debugger(const char *msg) } #endif /* no DDB */ +#include #include #define b_cylin b_resid /* diff --git a/sys/fs/specfs/spec_vnops.c b/sys/fs/specfs/spec_vnops.c index 9121e25abb78..93af810ae323 100644 --- a/sys/fs/specfs/spec_vnops.c +++ b/sys/fs/specfs/spec_vnops.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)spec_vnops.c 8.6 (Berkeley) 4/9/94 - * $Id: spec_vnops.c,v 1.6 1994/10/06 21:06:46 davidg Exp $ + * $Id: spec_vnops.c,v 1.7 1994/10/10 07:55:41 phk Exp $ */ #include @@ -47,6 +47,7 @@ #include #include #include +#include #include #include diff --git a/sys/i386/i386/machdep.c b/sys/i386/i386/machdep.c index 49dbd471f44b..56d7f52b5e4f 100644 --- a/sys/i386/i386/machdep.c +++ b/sys/i386/i386/machdep.c @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * from: @(#)machdep.c 7.4 (Berkeley) 6/3/91 - * $Id: machdep.c,v 1.81 1994/10/26 18:35:02 jkh Exp $ + * $Id: machdep.c,v 1.82 1994/10/27 20:44:34 jkh Exp $ */ #include "npx.h" @@ -1561,6 +1561,7 @@ Debugger(const char *msg) } #endif /* no DDB */ +#include #include #define b_cylin b_resid /* diff --git a/sys/i386/isa/readMBR.c b/sys/i386/isa/readMBR.c index 4165d214ed0c..27e517f92330 100644 --- a/sys/i386/isa/readMBR.c +++ b/sys/i386/isa/readMBR.c @@ -15,12 +15,13 @@ * written by julian elischer (julian@tfs.com) * * @(#)readMBR.c 8.5 (tfs) 1/21/94 - * $Id: readMBR.c,v 1.5 1994/10/17 02:31:33 phk Exp $ + * $Id: readMBR.c,v 1.1 1994/10/27 20:44:50 jkh Exp $ */ #include #include #include +#include #include #define b_cylinder b_resid diff --git a/sys/miscfs/specfs/spec_vnops.c b/sys/miscfs/specfs/spec_vnops.c index 9121e25abb78..93af810ae323 100644 --- a/sys/miscfs/specfs/spec_vnops.c +++ b/sys/miscfs/specfs/spec_vnops.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)spec_vnops.c 8.6 (Berkeley) 4/9/94 - * $Id: spec_vnops.c,v 1.6 1994/10/06 21:06:46 davidg Exp $ + * $Id: spec_vnops.c,v 1.7 1994/10/10 07:55:41 phk Exp $ */ #include @@ -47,6 +47,7 @@ #include #include #include +#include #include #include diff --git a/sys/ufs/ffs/ffs_vfsops.c b/sys/ufs/ffs/ffs_vfsops.c index ad3231f1130f..ad3535613bdc 100644 --- a/sys/ufs/ffs/ffs_vfsops.c +++ b/sys/ufs/ffs/ffs_vfsops.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ffs_vfsops.c 8.8 (Berkeley) 4/18/94 - * $Id: ffs_vfsops.c,v 1.9 1994/10/10 01:04:39 phk Exp $ + * $Id: ffs_vfsops.c,v 1.10 1994/10/22 02:27:35 davidg Exp $ */ #include @@ -45,6 +45,7 @@ #include #include #include +#include #include #include #include diff --git a/sys/ufs/lfs/lfs_vfsops.c b/sys/ufs/lfs/lfs_vfsops.c index 9ef6e7a77f05..8ea2da1c25fd 100644 --- a/sys/ufs/lfs/lfs_vfsops.c +++ b/sys/ufs/lfs/lfs_vfsops.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)lfs_vfsops.c 8.7 (Berkeley) 4/16/94 - * $Id: lfs_vfsops.c,v 1.5 1994/08/20 16:03:26 davidg Exp $ + * $Id: lfs_vfsops.c,v 1.6 1994/09/21 03:47:39 wollman Exp $ */ #include @@ -44,6 +44,7 @@ #include #include #include +#include #include #include #include