diff options
-rw-r--r-- | games/nethack-qt/patches/patch-aj | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games/nethack-qt/patches/patch-aj b/games/nethack-qt/patches/patch-aj new file mode 100644 index 00000000000..9a6de3afa44 --- /dev/null +++ b/games/nethack-qt/patches/patch-aj @@ -0,0 +1,13 @@ +$NetBSD: patch-aj,v 1.3 2003/03/01 21:14:55 pooka Exp $ + +--- src/files.c.orig 2003-02-23 16:43:26.000000000 +0200 ++++ src/files.c 2003-03-01 22:57:10.000000000 +0200 +@@ -47,6 +47,8 @@ + # define O_BINARY 0 + #endif + ++#include <sys/syslimits.h> ++ + #ifdef PREFIXES_IN_USE + #define FQN_NUMBUF 4 + static char fqn_filename_buffer[FQN_NUMBUF][FQN_MAX_FILENAME]; |