summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-11-21 05:44:07 +0000
committerpeter <peter@FreeBSD.org>1997-11-21 05:44:07 +0000
commite74dd6943e8a2ab8560bf9e41f3793b7786d4dfa (patch)
tree7fb006f05e83a486ee9713ff426df7abd40c8a55 /sys
parentd3bfedd38f4fc06ab65d4eb807b4ae2732aa5415 (diff)
downloadFreeBSD-src-e74dd6943e8a2ab8560bf9e41f3793b7786d4dfa.zip
FreeBSD-src-e74dd6943e8a2ab8560bf9e41f3793b7786d4dfa.tar.gz
Previous commit refers to SWAP_PART, which is only defined if the include
file that it's in is #included...
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/amd64/autoconf.c3
-rw-r--r--sys/i386/i386/autoconf.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/amd64/amd64/autoconf.c b/sys/amd64/amd64/autoconf.c
index c12c723..c697ffe 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 c12c723..c697ffe 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>
OpenPOWER on IntegriCloud