1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/japanese/sj3/files/patch-ag

13 lines
239 B
Plaintext
Raw Normal View History

--- sj3/sj3.c.orig Sun Feb 6 18:55:38 2000
+++ sj3/sj3.c Sun Feb 6 18:58:44 2000
@@ -46,6 +46,9 @@
#define LACKOF_SETLOCALE
#endif
#endif
+#if defined(__FreeBSD__)
+#include <sys/ioctl_compat.h>
+#endif
#include <curses.h>
#endif