From f138d1da5ac5e4f052ce20134fa194b881c88ea0 Mon Sep 17 00:00:00 2001 From: David Krause Date: Thu, 10 Jul 2003 00:03:02 +0000 Subject: add missing includes ok deraadt@ tedu@ --- games/ppt/ppt.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'games/ppt') diff --git a/games/ppt/ppt.c b/games/ppt/ppt.c index f0bdb805f44..b2ff7dbaab9 100644 --- a/games/ppt/ppt.c +++ b/games/ppt/ppt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ppt.c,v 1.9 2003/06/03 03:01:40 millert Exp $ */ +/* $OpenBSD: ppt.c,v 1.10 2003/07/10 00:03:01 david Exp $ */ /* $NetBSD: ppt.c,v 1.4 1995/03/23 08:35:40 cgd Exp $ */ /* @@ -40,13 +40,14 @@ static const char copyright[] = #if 0 static const char sccsid[] = "@(#)ppt.c 8.1 (Berkeley) 5/31/93"; #else -static const char rcsid[] = "$OpenBSD: ppt.c,v 1.9 2003/06/03 03:01:40 millert Exp $"; +static const char rcsid[] = "$OpenBSD: ppt.c,v 1.10 2003/07/10 00:03:01 david Exp $"; #endif #endif /* not lint */ #include #include #include +#include #include #include #include -- cgit v1.2.3