Pull in <stdio.h> for NULL
authorguenther <guenther@openbsd.org>
Sat, 27 Aug 2016 03:34:45 +0000 (03:34 +0000)
committerguenther <guenther@openbsd.org>
Sat, 27 Aug 2016 03:34:45 +0000 (03:34 +0000)
ok deraadt@

games/battlestar/globals.c
games/battlestar/words.c

index 72fdc9e..25e57c1 100644 (file)
@@ -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 <stdio.h>             /* NULL */
 #include "extern.h"
 
 int     WEIGHT = MAXWEIGHT;
index 5afd4da..8c69d17 100644 (file)
@@ -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 <stdio.h>             /* NULL */
 #include "extern.h"
 
 struct wlist wlist[] = {