diff options
author | mestre <mestre@cvs.openbsd.org> | 2016-01-08 18:19:48 +0000 |
---|---|---|
committer | mestre <mestre@cvs.openbsd.org> | 2016-01-08 18:19:48 +0000 |
commit | 948da499dc1bd399a948032a34f0ef618e0127a3 (patch) | |
tree | 54835f8e44d26f9dd2462a5da6c98b25b36fdace /games/monop/rent.c | |
parent | 704472b9f9f880d9c96680114efb47ef24cc31ef (diff) |
Headers cleanup and removal where suitable
OK tb@
Diffstat (limited to 'games/monop/rent.c')
-rw-r--r-- | games/monop/rent.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games/monop/rent.c b/games/monop/rent.c index 5984bb7c1ba..31454d4a4f9 100644 --- a/games/monop/rent.c +++ b/games/monop/rent.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rent.c,v 1.5 2009/10/27 23:59:26 deraadt Exp $ */ +/* $OpenBSD: rent.c,v 1.6 2016/01/08 18:19:47 mestre Exp $ */ /* $NetBSD: rent.c,v 1.3 1995/03/23 08:35:11 cgd Exp $ */ /* @@ -30,7 +30,9 @@ * SUCH DAMAGE. */ -#include "monop.ext" +#include <stdio.h> + +#include "monop.ext" /* * This routine has the player pay rent |