diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1996-09-20 17:39:44 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1996-09-20 17:39:44 +0000 |
| commit | 253c0899b281bd86968c73b564dc636473b0445c (patch) | |
| tree | a901b8dac8e1d84f40182fb6234a13aa3113602f /sys/kern/subr_disklabel.c | |
| parent | ec55e44ec8b2feba3b015c36bfb5199645f10341 (diff) | |
Notes
Diffstat (limited to 'sys/kern/subr_disklabel.c')
| -rw-r--r-- | sys/kern/subr_disklabel.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/subr_disklabel.c b/sys/kern/subr_disklabel.c index 7026b9116c73..c5ae8a83c308 100644 --- a/sys/kern/subr_disklabel.c +++ b/sys/kern/subr_disklabel.c @@ -36,12 +36,13 @@ * SUCH DAMAGE. * * @(#)ufs_disksubr.c 8.5 (Berkeley) 1/21/94 - * $Id: ufs_disksubr.c,v 1.24 1996/05/03 15:05:17 phk Exp $ + * $Id: ufs_disksubr.c,v 1.25 1996/05/08 04:29:08 gpalmer Exp $ */ #include <sys/param.h> #include <sys/systm.h> #include <sys/buf.h> +#include <sys/conf.h> #include <sys/disklabel.h> #include <sys/diskslice.h> #include <sys/syslog.h> |
