diff options
| author | Julian Elischer <julian@FreeBSD.org> | 2001-07-08 04:56:07 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 2001-07-08 04:56:07 +0000 |
| commit | 0b1ae8097d5753cc86391fd33f970ea49db54c03 (patch) | |
| tree | 3051a844ae5f32a737fef0e28618341231a0c500 /sys/ddb | |
| parent | a7ed41d61fb4e5d9f370fbd7a4067de173744c32 (diff) | |
Notes
Diffstat (limited to 'sys/ddb')
| -rw-r--r-- | sys/ddb/db_command.c | 2 | ||||
| -rw-r--r-- | sys/ddb/db_trap.c | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c index 39378e9c7d01..64cad7eef264 100644 --- a/sys/ddb/db_command.c +++ b/sys/ddb/db_command.c @@ -45,7 +45,7 @@ #include <ddb/db_lex.h> #include <ddb/db_output.h> -#include <setjmp.h> +#include <machine/setjmp.h> /* * Exported global variables diff --git a/sys/ddb/db_trap.c b/sys/ddb/db_trap.c index 2111957ec456..4409007de68e 100644 --- a/sys/ddb/db_trap.c +++ b/sys/ddb/db_trap.c @@ -35,11 +35,12 @@ * Trap entry point to kernel debugger. */ #include <sys/param.h> +#include <sys/systm.h> #include <ddb/ddb.h> #include <ddb/db_command.h> -#include <setjmp.h> +#include <machine/setjmp.h> extern jmp_buf db_jmpbuf; |
