From bdc697d9103085fcf1db98dc6ef20cdcfbcce742 Mon Sep 17 00:00:00 2001 From: christos Date: Thu, 7 Mar 1996 14:33:39 +0000 Subject: Bring setjmp/longjmp prototypes into scope. --- sys/ddb/db_command.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys') 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 +#include #include #include /* type definitions */ -- cgit