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/com1.c | |
parent | a26c0943f8d31b5038c84fda37876e6eae285e7e (diff) |
Include only needed header files per each source file
OK tb@
Diffstat (limited to 'games/battlestar/com1.c')
-rw-r--r-- | games/battlestar/com1.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/games/battlestar/com1.c b/games/battlestar/com1.c index 037a0e9f448..38172eecb10 100644 --- a/games/battlestar/com1.c +++ b/games/battlestar/com1.c @@ -1,4 +1,4 @@ -/* $OpenBSD: com1.c,v 1.14 2009/10/27 23:59:23 deraadt Exp $ */ +/* $OpenBSD: com1.c,v 1.15 2015/12/31 17:51:19 mestre Exp $ */ /* $NetBSD: com1.c,v 1.3 1995/03/21 15:06:51 cgd Exp $ */ /* @@ -30,6 +30,10 @@ * SUCH DAMAGE. */ +#include <stdio.h> +#include <stdlib.h> +#include <unistd.h> + #include "extern.h" int |