From 3c1ce11613e4155571af309fc6c3a751e4590e3b Mon Sep 17 00:00:00 2001 From: scw Date: Sun, 19 Oct 1997 10:53:14 +0000 Subject: [PATCH] Fix includes. (Make sure gets pulled in before ) --- sys/arch/mvme68k/mvme68k/machdep.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/sys/arch/mvme68k/mvme68k/machdep.c b/sys/arch/mvme68k/mvme68k/machdep.c index 84d751855484..d621f367c0d0 100644 --- a/sys/arch/mvme68k/mvme68k/machdep.c +++ b/sys/arch/mvme68k/mvme68k/machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: machdep.c,v 1.27 1997/10/13 00:21:08 thorpej Exp $ */ +/* $NetBSD: machdep.c,v 1.28 1997/10/19 10:53:14 scw Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -65,7 +65,6 @@ #include #include #include -#include #include #ifdef SYSVMSG #include @@ -77,6 +76,12 @@ #include #endif +#include +#include +#include + +#include + #include #include #include @@ -87,7 +92,6 @@ #include /* XXX should be pulled in by sys/kcore.h */ #define MAXMEM 64*1024*CLSIZE /* XXX - from cmap.h */ -#include /* the following is used externally (sysctl_hw) */ char machine[] = MACHINE; /* from */