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. --- ppt/ppt.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ppt/ppt.c') diff --git a/ppt/ppt.c b/ppt/ppt.c index 55d22aca..a69a7b27 100644 --- a/ppt/ppt.c +++ b/ppt/ppt.c @@ -1,4 +1,4 @@ -/* $NetBSD: ppt.c,v 1.8 2000/05/08 07:56:04 mycroft Exp $ */ +/* $NetBSD: ppt.c,v 1.9 2000/07/03 03:57:43 matt Exp $ */ /* * Copyright (c) 1988, 1993 @@ -43,11 +43,12 @@ __COPYRIGHT("@(#) Copyright (c) 1988, 1993\n\ #if 0 static char sccsid[] = "@(#)ppt.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: ppt.c,v 1.8 2000/05/08 07:56:04 mycroft Exp $"); +__RCSID("$NetBSD: ppt.c,v 1.9 2000/07/03 03:57:43 matt Exp $"); #endif #endif /* not lint */ #include +#include #include int main __P((int, char *[])); -- cgit v1.2.3