summaryrefslogtreecommitdiff
path: root/games/craft/patches/patch-ai
blob: 945f7c7b42f8ad2d9dbd7cb4ac7ef0221e889305 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ai,v 1.2 2011/12/20 16:18:16 dholland Exp $

- use standard headers

--- ppm_handler.h.orig	1997-02-21 12:52:17.000000000 +0100
+++ ppm_handler.h	2003-09-26 16:02:13.000000000 +0200
@@ -7,6 +7,7 @@
 /*                                                                      */
 /*======================================================================*/
 
+#include <string.h>
 #include "bool.h"
 
 bool ppm_size (char name [], int &dx, int &dy, int &color);