aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/watchdog
diff options
context:
space:
mode:
authorRyan Stone <rstone@FreeBSD.org>2015-02-28 22:37:48 +0000
committerRyan Stone <rstone@FreeBSD.org>2015-02-28 22:37:48 +0000
commitce6682d990ecc2d3423fa87728a29073b104d94c (patch)
treefe38ac8ab6c3e9bbe7e6c16eb97405a51a8ce4d1 /sys/dev/watchdog
parent0fd841369a07129ddf25c85768f7628a1169e90e (diff)
Notes
Diffstat (limited to 'sys/dev/watchdog')
-rw-r--r--sys/dev/watchdog/watchdog.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/watchdog/watchdog.c b/sys/dev/watchdog/watchdog.c
index 087d6e8629489..5c9c6a114071b 100644
--- a/sys/dev/watchdog/watchdog.c
+++ b/sys/dev/watchdog/watchdog.c
@@ -28,6 +28,8 @@
*
*/
+#include "opt_ddb.h"
+
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
@@ -37,6 +39,7 @@ __FBSDID("$FreeBSD$");
#include <sys/conf.h>
#include <sys/uio.h>
#include <sys/kernel.h>
+#include <sys/kdb.h>
#include <sys/malloc.h>
#include <sys/module.h>
#include <sys/sysctl.h>