check _KERNEL_OPT for opt_ddb.h

This commit is contained in:
mrg 2002-03-02 12:28:16 +00:00
parent 4d6dd4f8f5
commit ccc760f047

View File

@ -1,4 +1,4 @@
/* $NetBSD: sunos_machdep.c,v 1.14 2001/01/29 01:37:56 mrg Exp $ */
/* $NetBSD: sunos_machdep.c,v 1.15 2002/03/02 12:28:16 mrg Exp $ */
/*
* Copyright (c) 1995 Matthew R. Green
@ -28,7 +28,9 @@
* SUCH DAMAGE.
*/
#ifdef _KERNEL_OPT
#include "opt_ddb.h"
#endif
#include <sys/param.h>
#include <sys/systm.h>