diff options
| author | Jake Burkholder <jake@FreeBSD.org> | 2001-09-30 18:52:56 +0000 |
|---|---|---|
| committer | Jake Burkholder <jake@FreeBSD.org> | 2001-09-30 18:52:56 +0000 |
| commit | ba0eb605979e31f62515c3a9490dfd05ed910e1f (patch) | |
| tree | 4a02550bd6fa18d14ff1de4baf31f7e1146cba3a | |
| parent | b71c31cefa8151802be0bcf5b6519606940e7a0e (diff) | |
Notes
| -rw-r--r-- | sys/sparc64/sparc64/db_interface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/sparc64/db_interface.c b/sys/sparc64/sparc64/db_interface.c index 499c04d78396..e804dd5260c2 100644 --- a/sys/sparc64/sparc64/db_interface.c +++ b/sys/sparc64/sparc64/db_interface.c @@ -48,7 +48,7 @@ #include <ddb/db_sym.h> #include <ddb/db_variables.h> -#include <setjmp.h> +#include <machine/setjmp.h> static jmp_buf *db_nofault = 0; extern jmp_buf db_jmpbuf; |
