summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_trap.c
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2001-07-08 04:56:07 +0000
committerjulian <julian@FreeBSD.org>2001-07-08 04:56:07 +0000
commit869029d5d7ecbdcabcad467c24dc102b3f110fde (patch)
tree3051a844ae5f32a737fef0e28618341231a0c500 /sys/ddb/db_trap.c
parenta4bd2ebd1e87443fcc729b7408b73c2fe20dc143 (diff)
downloadFreeBSD-src-869029d5d7ecbdcabcad467c24dc102b3f110fde.zip
FreeBSD-src-869029d5d7ecbdcabcad467c24dc102b3f110fde.tar.gz
A set of changes to reduce the number of include files the kernel
takes from /usr/include. I cannot check them on alpha.. (will try beast) Briefly looked at by: Warner Losh <imp@harmony.village.org>
Diffstat (limited to 'sys/ddb/db_trap.c')
-rw-r--r--sys/ddb/db_trap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/ddb/db_trap.c b/sys/ddb/db_trap.c
index 2111957..4409007 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;
OpenPOWER on IntegriCloud