Add a missing include of an options header.
authorrstone <rstone@FreeBSD.org>
Sat, 28 Feb 2015 22:37:48 +0000 (22:37 +0000)
committerrstone <rstone@FreeBSD.org>
Sat, 28 Feb 2015 22:37:48 +0000 (22:37 +0000)
commit6bb5da294dbebd76e9b63d4de437bb089344c5ca
treefe38ac8ab6c3e9bbe7e6c16eb97405a51a8ce4d1
parenta95ac78b9c9a0da6e8c4728ba37a54cc3164439c
Add a missing include of an options header.

watchdog.c does an #ifdef DDB but does not #include "opt_ddb.h".
Fixing this turned up a missing include file.

MFC after: 1 week
X-MFC-With: r261495, r279410
sys/dev/watchdog/watchdog.c