diff options
| author | christos <christos@NetBSD.org> | 1996-03-07 14:33:39 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 1996-03-07 14:33:39 +0000 |
| commit | bdc697d9103085fcf1db98dc6ef20cdcfbcce742 (patch) | |
| tree | a42c52f323dcb8c1985471bec19091e9dbe53e49 /sys | |
| parent | 4a43afe50f47c991a253325bb7faf726d1a07c05 (diff) | |
Bring setjmp/longjmp prototypes into scope.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/ddb/db_command.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c index 7befdbb4640..1610745d026 100644 --- a/sys/ddb/db_command.c +++ b/sys/ddb/db_command.c @@ -1,4 +1,4 @@ -/* $NetBSD: db_command.c,v 1.17 1996/02/13 17:39:01 gwr Exp $ */ +/* $NetBSD: db_command.c,v 1.18 1996/03/07 14:33:39 christos Exp $ */ /* * Mach Operating System @@ -30,6 +30,7 @@ * Command dispatcher. */ #include <sys/param.h> +#include <sys/systm.h> #include <sys/proc.h> #include <machine/db_machdep.h> /* type definitions */ |
