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

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