summaryrefslogtreecommitdiff
path: root/games/netmaj/patches/patch-ai
blob: e01a7cdd25e36b9819aaea12f801cbc431720492 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ai,v 1.2 2008/02/29 20:53:02 jlam Exp $

--- global.h.orig	1996-08-31 04:14:40.000000000 -0400
+++ global.h
@@ -20,2 +20,4 @@
 #include <stdio.h>
+#include <string.h>
+#include <unistd.h>
 #include "comm.h"
@@ -72,3 +74,3 @@ typedef struct river {
 	pai_t out;		/* put pai */
-	attr_t attr;		/* attr (how get, how put, how ...)*/
+	pai_attr_t attr;		/* attr (how get, how put, how ...)*/
 	struct river *prev;