From 617d73c29db06b1d0bcf7db612709bc6d1110f6f Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Fri, 21 Nov 1997 05:44:07 +0000 Subject: [PATCH] Previous commit refers to SWAP_PART, which is only defined if the include file that it's in is #included... --- sys/amd64/amd64/autoconf.c | 3 ++- 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 #include #include +#include #include #include #include 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 #include #include +#include #include #include #include