diff options
Diffstat (limited to 'japanese/sj3-lib/files/patch-ah')
-rw-r--r-- | japanese/sj3-lib/files/patch-ah | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/japanese/sj3-lib/files/patch-ah b/japanese/sj3-lib/files/patch-ah new file mode 100644 index 000000000000..3919516c0498 --- /dev/null +++ b/japanese/sj3-lib/files/patch-ah @@ -0,0 +1,12 @@ +--- sj3/sjgetchar.c.orig Sun Feb 6 18:59:26 2000 ++++ sj3/sjgetchar.c Sun Feb 6 19:00:02 2000 +@@ -52,6 +52,9 @@ + #if defined(__NetBSD__) || defined(__bsdi__) + #define USE_OLD_TTY + #endif ++#if defined(__FreeBSD__) ++#include <sys/ioctl_compat.h> ++#endif + #include <curses.h> + #endif + |