summaryrefslogtreecommitdiff
path: root/games/nagi/patches/patch-ab
blob: f27cff5797c5f9de1572779a40596dce452c0a63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ab,v 1.1.1.1 2003/08/16 15:33:01 drochner Exp $

--- sys/agi_file.h.orig	2003-08-11 15:40:12.000000000 +0200
+++ sys/agi_file.h	2003-08-11 15:40:56.000000000 +0200
@@ -7,6 +7,7 @@
 #ifdef RAD_LINUX
 #include <sys/types.h>
 #include <dirent.h>
+#include <sys/syslimits.h>
 #else
 #include <io.h>
 #endif