summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authorbenno <benno@FreeBSD.org>2006-05-14 07:11:28 +0000
committerbenno <benno@FreeBSD.org>2006-05-14 07:11:28 +0000
commit64e3a72f512cf5866861568da3394d0a834f2691 (patch)
tree73e92193892a3ebd5803bb250592b13549f9866d /sys/kern
parentefe765e26504465495306de73fb16f6c5c6b4dd2 (diff)
downloadFreeBSD-src-64e3a72f512cf5866861568da3394d0a834f2691.zip
FreeBSD-src-64e3a72f512cf5866861568da3394d0a834f2691.tar.gz
The VERBOSE_SYSINIT stuff sees the DDB define a lot better if we include
opt_ddb.h. Spotted by: benno Pointy hat to: benno
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/init_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c
index 32f421b..a91cc64 100644
--- a/sys/kern/init_main.c
+++ b/sys/kern/init_main.c
@@ -44,6 +44,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
+#include "opt_ddb.h"
#include "opt_init_path.h"
#include "opt_mac.h"
OpenPOWER on IntegriCloud