diff options
| author | Conrad Meyer <cem@FreeBSD.org> | 2019-05-20 00:38:23 +0000 |
|---|---|---|
| committer | Conrad Meyer <cem@FreeBSD.org> | 2019-05-20 00:38:23 +0000 |
| commit | e2e050c8ef733138fc6a9e514e4b856fefbc3ff1 (patch) | |
| tree | f2ba0e6ef3f572211c35dcb8f9aef4f132a08d96 /sys/ddb/db_command.c | |
| parent | 2ad7ed6e4a84448234e9aaef3c9fa884848f7387 (diff) | |
Notes
Diffstat (limited to 'sys/ddb/db_command.c')
| -rw-r--r-- | sys/ddb/db_command.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c index 2fb0b9b4f33b..1a836be335bf 100644 --- a/sys/ddb/db_command.c +++ b/sys/ddb/db_command.c @@ -37,6 +37,7 @@ __FBSDID("$FreeBSD$"); #include <sys/param.h> +#include <sys/eventhandler.h> #include <sys/linker_set.h> #include <sys/lock.h> #include <sys/kdb.h> |
