mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
13 lines
239 B
Plaintext
13 lines
239 B
Plaintext
--- 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
|
|
|