diff options
author | gene <gene@cvs.openbsd.org> | 1997-11-28 21:09:55 +0000 |
---|---|---|
committer | gene <gene@cvs.openbsd.org> | 1997-11-28 21:09:55 +0000 |
commit | 2cba97aca12a7365f2d3c0b29c256bd0f2a881e9 (patch) | |
tree | bb9b93705d5bd0e36972c7f5e8acc240beac6e84 /sys | |
parent | 1e4b5a3193854b0af4eb4a3600355ea3585ae773 (diff) |
Pull in header files needed to get definition of u_lbn_t in
ufs/ffs/ffs_extern.h. This must be fallout from the lite2 merge. Compiles
again.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/mac68k/mac68k/autoconf.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/mac68k/mac68k/autoconf.c b/sys/arch/mac68k/mac68k/autoconf.c index 06b796d1399..53295c83dad 100644 --- a/sys/arch/mac68k/mac68k/autoconf.c +++ b/sys/arch/mac68k/mac68k/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.10 1997/01/24 01:35:43 briggs Exp $ */ +/* $OpenBSD: autoconf.c,v 1.11 1997/11/28 21:09:54 gene Exp $ */ /* $NetBSD: autoconf.c,v 1.38 1996/12/18 05:46:09 scottr Exp $ */ /* @@ -61,6 +61,7 @@ #include <sys/reboot.h> #include <sys/device.h> #include <sys/disk.h> +#include <sys/lock.h> #include <dev/cons.h> @@ -71,6 +72,8 @@ #include <scsi/scsi_all.h> #include <scsi/scsiconf.h> +#include <ufs/ufs/quota.h> +#include <ufs/ufs/inode.h> #include <ufs/ffs/ffs_extern.h> #include "ether.h" |