Index: dayfile.c
===================================================================
RCS file: /cvs/src/games/battlestar/dayfile.c,v
retrieving revision 1.12
diff -u -p -u -r1.12 dayfile.c
--- dayfile.c    22 Nov 2009 09:16:02 -0000    1.12
+++ dayfile.c    13 Mar 2016 16:13:48 -0000
@@ -30,6 +30,8 @@
  * SUCH DAMAGE.
  */

+#include <sys/types.h>
+
 #include "extern.h"

 struct room dayfile[] = {
Index: dayobjs.c
===================================================================
RCS file: /cvs/src/games/battlestar/dayobjs.c,v
retrieving revision 1.7
diff -u -p -u -r1.7 dayobjs.c
--- dayobjs.c    27 Oct 2009 23:59:24 -0000    1.7
+++ dayobjs.c    13 Mar 2016 16:14:23 -0000
@@ -30,6 +30,8 @@
  * SUCH DAMAGE.
  */

+#include <sys/types.h>
+
 #include "extern.h"

 const struct objs dayobjs[] = {
Index: extern.h
===================================================================
RCS file: /cvs/src/games/battlestar/extern.h,v
retrieving revision 1.20
diff -u -p -u -r1.20 extern.h
--- extern.h    31 Dec 2015 17:51:19 -0000    1.20
+++ extern.h    13 Mar 2016 16:10:52 -0000
@@ -32,8 +32,6 @@
  *    @(#)extern.h    8.1 (Berkeley) 5/31/93
  */

-#include <sys/types.h>
-
 #define BITS (8 * sizeof (int))

#define OUTSIDE (position > 68 && position < 246 && position != 218)
Index: globals.c
===================================================================
RCS file: /cvs/src/games/battlestar/globals.c,v
retrieving revision 1.14
diff -u -p -u -r1.14 globals.c
--- globals.c    5 Apr 2013 01:28:27 -0000    1.14
+++ globals.c    13 Mar 2016 16:13:35 -0000
@@ -30,6 +30,8 @@
  * SUCH DAMAGE.
  */

+#include <sys/types.h>
+
 #include "extern.h"

 int     WEIGHT = MAXWEIGHT;
Index: misc.c
===================================================================
RCS file: /cvs/src/games/battlestar/misc.c,v
retrieving revision 1.8
diff -u -p -u -r1.8 misc.c
--- misc.c    27 Oct 2009 23:59:24 -0000    1.8
+++ misc.c    13 Mar 2016 16:12:58 -0000
@@ -30,6 +30,8 @@
  * SUCH DAMAGE.
  */

+#include <sys/types.h>
+
 #include "extern.h"

 /* for beenthere, injuries */
Index: nightfile.c
===================================================================
RCS file: /cvs/src/games/battlestar/nightfile.c,v
retrieving revision 1.11
diff -u -p -u -r1.11 nightfile.c
--- nightfile.c    27 Oct 2009 23:59:24 -0000    1.11
+++ nightfile.c    13 Mar 2016 16:14:07 -0000
@@ -30,6 +30,8 @@
  * SUCH DAMAGE.
  */

+#include <sys/types.h>
+
 #include "extern.h"

 struct room nightfile[] = {
Index: nightobjs.c
===================================================================
RCS file: /cvs/src/games/battlestar/nightobjs.c,v
retrieving revision 1.7
diff -u -p -u -r1.7 nightobjs.c
--- nightobjs.c    27 Oct 2009 23:59:24 -0000    1.7
+++ nightobjs.c    13 Mar 2016 16:14:40 -0000
@@ -30,6 +30,8 @@
  * SUCH DAMAGE.
  */

+#include <sys/types.h>
+
 #include "extern.h"

 const struct objs nightobjs[] = {
Index: words.c
===================================================================
RCS file: /cvs/src/games/battlestar/words.c,v
retrieving revision 1.10
diff -u -p -u -r1.10 words.c
--- words.c    27 Oct 2009 23:59:24 -0000    1.10
+++ words.c    13 Mar 2016 16:14:56 -0000
@@ -30,6 +30,8 @@
  * SUCH DAMAGE.
  */

+#include <sys/types.h>
+
 #include "extern.h"

 struct wlist wlist[] = {

Reply via email to