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/db_command.c | |
| parent | a7ed41d61fb4e5d9f370fbd7a4067de173744c32 (diff) | |
Notes
Diffstat (limited to 'sys/ddb/db_command.c')
| -rw-r--r-- | sys/ddb/db_command.c | 2 |
1 files changed, 1 insertions, 1 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 |
