diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1997-11-21 05:44:07 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1997-11-21 05:44:07 +0000 |
| commit | 617d73c29db06b1d0bcf7db612709bc6d1110f6f (patch) | |
| tree | a6122e07fe6a55a59407183b9c9270a940f61718 | |
| parent | 51d18e4a085c97884bab06fdcc183da4fb660e72 (diff) | |
Notes
| -rw-r--r-- | sys/amd64/amd64/autoconf.c | 3 | ||||
| -rw-r--r-- | sys/i386/i386/autoconf.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/amd64/amd64/autoconf.c b/sys/amd64/amd64/autoconf.c index c12c723ea2c3..c697ffed3008 100644 --- a/sys/amd64/amd64/autoconf.c +++ b/sys/amd64/amd64/autoconf.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)autoconf.c 7.1 (Berkeley) 5/9/91 - * $Id: autoconf.c,v 1.78 1997/10/26 04:36:11 nate Exp $ + * $Id: autoconf.c,v 1.79 1997/11/20 17:07:21 bde Exp $ */ /* @@ -50,6 +50,7 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/conf.h> +#include <sys/disklabel.h> #include <sys/reboot.h> #include <sys/kernel.h> #include <sys/mount.h> diff --git a/sys/i386/i386/autoconf.c b/sys/i386/i386/autoconf.c index c12c723ea2c3..c697ffed3008 100644 --- a/sys/i386/i386/autoconf.c +++ b/sys/i386/i386/autoconf.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)autoconf.c 7.1 (Berkeley) 5/9/91 - * $Id: autoconf.c,v 1.78 1997/10/26 04:36:11 nate Exp $ + * $Id: autoconf.c,v 1.79 1997/11/20 17:07:21 bde Exp $ */ /* @@ -50,6 +50,7 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/conf.h> +#include <sys/disklabel.h> #include <sys/reboot.h> #include <sys/kernel.h> #include <sys/mount.h> |
