From 43def5730da99f02e97c5f7931228e4a37f2cd3f Mon Sep 17 00:00:00 2001 From: matt Date: Mon, 3 Jul 2000 03:57:39 +0000 Subject: More include additions for exit, abs, strcmp, etc. --- adventure/main.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'adventure/main.c') diff --git a/adventure/main.c b/adventure/main.c index cd587fd1..0319ad61 100644 --- a/adventure/main.c +++ b/adventure/main.c @@ -1,4 +1,4 @@ -/* $NetBSD: main.c,v 1.15 2000/05/08 07:55:59 mycroft Exp $ */ +/* $NetBSD: main.c,v 1.16 2000/07/03 03:57:39 matt Exp $ */ /*- * Copyright (c) 1991, 1993 @@ -48,7 +48,7 @@ __COPYRIGHT("@(#) Copyright (c) 1991, 1993\n\ #if 0 static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/2/93"; #else -__RCSID("$NetBSD: main.c,v 1.15 2000/05/08 07:55:59 mycroft Exp $"); +__RCSID("$NetBSD: main.c,v 1.16 2000/07/03 03:57:39 matt Exp $"); #endif #endif /* not lint */ @@ -58,6 +58,7 @@ __RCSID("$NetBSD: main.c,v 1.15 2000/05/08 07:55:59 mycroft Exp $"); #include #include #include +#include #include #include "hdr.h" #include "extern.h" -- cgit v1.2.3