From ef6e15ad0ec7f8fc54ca200636c8a2731d94c476 Mon Sep 17 00:00:00 2001 From: christos Date: Fri, 30 Apr 1999 16:50:44 +0000 Subject: [PATCH] Include opt_compat_sunos.h --- sys/arch/x68k/x68k/locore.s | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/arch/x68k/x68k/locore.s b/sys/arch/x68k/x68k/locore.s index bf70379fea98..e45c5a4fabaf 100644 --- a/sys/arch/x68k/x68k/locore.s +++ b/sys/arch/x68k/x68k/locore.s @@ -1,4 +1,4 @@ -/* $NetBSD: locore.s,v 1.44 1999/04/28 16:16:58 minoura Exp $ */ +/* $NetBSD: locore.s,v 1.45 1999/04/30 16:50:44 christos Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -44,6 +44,7 @@ #include "opt_compat_netbsd.h" #include "opt_compat_svr4.h" +#include "opt_compat_sunos.h" #include "opt_ddb.h" #include "ite.h"