From ab29a6f4723eefc7958b701b7630f06cd8510e9a Mon Sep 17 00:00:00 2001 From: guenther Date: Sat, 27 Aug 2016 03:34:45 +0000 Subject: [PATCH] Pull in for NULL ok deraadt@ --- games/battlestar/globals.c | 3 ++- games/battlestar/words.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/games/battlestar/globals.c b/games/battlestar/globals.c index 72fdc9e741d..25e57c18deb 100644 --- a/games/battlestar/globals.c +++ b/games/battlestar/globals.c @@ -1,4 +1,4 @@ -/* $OpenBSD: globals.c,v 1.14 2013/04/05 01:28:27 tedu Exp $ */ +/* $OpenBSD: globals.c,v 1.15 2016/08/27 03:34:45 guenther Exp $ */ /* $NetBSD: globals.c,v 1.3 1995/03/21 15:07:32 cgd Exp $ */ /* @@ -30,6 +30,7 @@ * SUCH DAMAGE. */ +#include /* NULL */ #include "extern.h" int WEIGHT = MAXWEIGHT; diff --git a/games/battlestar/words.c b/games/battlestar/words.c index 5afd4daddcc..8c69d178e3f 100644 --- a/games/battlestar/words.c +++ b/games/battlestar/words.c @@ -1,4 +1,4 @@ -/* $OpenBSD: words.c,v 1.10 2009/10/27 23:59:24 deraadt Exp $ */ +/* $OpenBSD: words.c,v 1.11 2016/08/27 03:34:45 guenther Exp $ */ /* $NetBSD: words.c,v 1.3 1995/03/21 15:08:00 cgd Exp $ */ /* @@ -30,6 +30,7 @@ * SUCH DAMAGE. */ +#include /* NULL */ #include "extern.h" struct wlist wlist[] = { -- 2.20.1