summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_command.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_command.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_command.c')
-rw-r--r--sys/ddb/db_command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c
index 39378e9..64cad7e 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
OpenPOWER on IntegriCloud