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/morg.c | |
parent | 704472b9f9f880d9c96680114efb47ef24cc31ef (diff) |
Headers cleanup and removal where suitable
OK tb@
Diffstat (limited to 'games/monop/morg.c')
-rw-r--r-- | games/monop/morg.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games/monop/morg.c b/games/monop/morg.c index 6172aa2914f..c4e0ba511e3 100644 --- a/games/monop/morg.c +++ b/games/monop/morg.c @@ -1,4 +1,4 @@ -/* $OpenBSD: morg.c,v 1.6 2009/10/27 23:59:26 deraadt Exp $ */ +/* $OpenBSD: morg.c,v 1.7 2016/01/08 18:19:47 mestre Exp $ */ /* $NetBSD: morg.c,v 1.4 1995/03/23 08:35:02 cgd Exp $ */ /* @@ -30,7 +30,9 @@ * SUCH DAMAGE. */ -# include "monop.ext" +#include <stdio.h> + +#include "monop.ext" /* * These routines deal with mortgaging. |