diff options
Diffstat (limited to 'games/nagi/patches/patch-ab')
-rw-r--r-- | games/nagi/patches/patch-ab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/nagi/patches/patch-ab b/games/nagi/patches/patch-ab new file mode 100644 index 00000000000..f27cff5797c --- /dev/null +++ b/games/nagi/patches/patch-ab @@ -0,0 +1,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 |