diff options
author | mestre <mestre@cvs.openbsd.org> | 2015-12-31 17:51:20 +0000 |
---|---|---|
committer | mestre <mestre@cvs.openbsd.org> | 2015-12-31 17:51:20 +0000 |
commit | 0f51bc6c3938b9e7a696860dd066f71306cd9e49 (patch) | |
tree | 9df25472d7c8b637d3b31d0a392d3fd029d02891 /games/battlestar/save.c | |
parent | a26c0943f8d31b5038c84fda37876e6eae285e7e (diff) |
Include only needed header files per each source file
OK tb@
Diffstat (limited to 'games/battlestar/save.c')
-rw-r--r-- | games/battlestar/save.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/games/battlestar/save.c b/games/battlestar/save.c index e347b9e58fc..088bb2d2c5c 100644 --- a/games/battlestar/save.c +++ b/games/battlestar/save.c @@ -1,4 +1,4 @@ -/* $OpenBSD: save.c,v 1.12 2015/08/22 14:47:41 deraadt Exp $ */ +/* $OpenBSD: save.c,v 1.13 2015/12/31 17:51:19 mestre Exp $ */ /* $NetBSD: save.c,v 1.3 1995/03/21 15:07:57 cgd Exp $ */ /* @@ -30,6 +30,11 @@ * SUCH DAMAGE. */ +#include <err.h> +#include <stdio.h> +#include <stdlib.h> +#include <string.h> + #include "extern.h" void |