Add a missing opt_ddb.h include from places that include debug_moditor.h

to fix the build.

Obtained from:	ABT Systems Ltd
X-MFC with:	r305771
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Andrew Turner 2016-09-13 16:20:31 +00:00
parent 5ed824174b
commit 6de3c41534
2 changed files with 4 additions and 0 deletions

View file

@ -27,6 +27,8 @@
* SUCH DAMAGE.
*/
#include "opt_ddb.h"
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <sys/param.h>

View file

@ -27,6 +27,8 @@
* SUCH DAMAGE.
*/
#include "opt_ddb.h"
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");