summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorsoren <soren@NetBSD.org>2000-05-24 08:14:01 +0000
committersoren <soren@NetBSD.org>2000-05-24 08:14:01 +0000
commit9c42b3b8024bcbc3bf17bae139dc7b1bd9df8e7b (patch)
tree4a46794c815f92e54d72041c5bb827a7e4097d29 /sys
parent8922795de04919a3e9f82828da1e1191d19c72af (diff)
#include <opt_ddb.h>
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/systm.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/sys/systm.h b/sys/sys/systm.h
index 5898bc9b46e..fe99c4b74bf 100644
--- a/sys/sys/systm.h
+++ b/sys/sys/systm.h
@@ -1,4 +1,4 @@
-/* $NetBSD: systm.h,v 1.107 2000/03/29 00:01:39 simonb Exp $ */
+/* $NetBSD: systm.h,v 1.108 2000/05/24 08:14:01 soren Exp $ */
/*-
* Copyright (c) 1982, 1988, 1991, 1993
@@ -71,6 +71,10 @@
#ifndef _SYS_SYSTM_H_
#define _SYS_SYSTM_H_
+#if defined(_KERNEL) && !defined(_LKM)
+#include "opt_ddb.h"
+#endif
+
#include <machine/endian.h>
struct clockframe;