summaryrefslogtreecommitdiff
path: root/games/xtux/patches/patch-ab
blob: 8d3a0693d3d1a08d581f03943c4f6201a406ea01 (plain)
1
2
3
4
5
6
7
8
9
10
11
$NetBSD: patch-ab,v 1.1.1.1 2000/11/17 06:45:11 hubertf Exp $

--- src/client/image.c.orig	Thu Nov 16 07:38:38 2000
+++ src/client/image.c
@@ -1,3 +1,6 @@
+#ifdef __NetBSD__
+#include <sys/syslimits.h>		/* PATH_MAX */
+#endif
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>