diff options
Diffstat (limited to 'games/battlestar/parse.c')
-rw-r--r-- | games/battlestar/parse.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/battlestar/parse.c b/games/battlestar/parse.c index f80bbbbb8da..ff6b9f8309a 100644 --- a/games/battlestar/parse.c +++ b/games/battlestar/parse.c @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.c,v 1.15 2009/10/27 23:59:24 deraadt Exp $ */ +/* $OpenBSD: parse.c,v 1.16 2015/12/31 17:51:19 mestre Exp $ */ /* $NetBSD: parse.c,v 1.3 1995/03/21 15:07:48 cgd Exp $ */ /* @@ -30,6 +30,9 @@ * SUCH DAMAGE. */ +#include <stdio.h> +#include <string.h> + #include "extern.h" #define HASHSIZE 256 |