]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - sail/game.c
More rationalization of include files:
[bsdgames-darwin.git] / sail / game.c
index 5819a6e8a67cc7cf4d616e98089cee191fd63f87..0f74cd194b3adf6b1b9f5da0147f7b45d7ab12cb 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: game.c,v 1.8 2001/01/04 01:53:24 jwise Exp $   */
+/*     $NetBSD: game.c,v 1.9 2001/01/04 03:51:24 jwise Exp $   */
 
 /*
  * Copyright (c) 1983, 1993
 #if 0
 static char sccsid[] = "@(#)game.c     8.2 (Berkeley) 4/28/95";
 #else
-__RCSID("$NetBSD: game.c,v 1.8 2001/01/04 01:53:24 jwise Exp $");
+__RCSID("$NetBSD: game.c,v 1.9 2001/01/04 03:51:24 jwise Exp $");
 #endif
 #endif /* not lint */
 
+#include <sys/types.h>
 #include "extern.h"
 
 int    maxturns(struct ship *, char *);