summaryrefslogtreecommitdiff
path: root/lang/icon/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'lang/icon/patches/patch-ae')
-rw-r--r--lang/icon/patches/patch-ae21
1 files changed, 21 insertions, 0 deletions
diff --git a/lang/icon/patches/patch-ae b/lang/icon/patches/patch-ae
new file mode 100644
index 00000000000..0c329660d7b
--- /dev/null
+++ b/lang/icon/patches/patch-ae
@@ -0,0 +1,21 @@
+*** src/h/sys.h.orig Fri Jul 29 21:24:57 1994
+--- src/h/sys.h Wed Mar 1 15:43:55 1995
+***************
+*** 181,192 ****
+--- 181,196 ----
+ #include <sys/ioctl.h>
+ #include <errno.h>
+ #include <sys/signal.h>
++ #include <sys/param.h>
++ #if (defined(BSD) && BSD >= 199306)
++ #include <sgtty.h>
++ #endif
+ #endif /* HaveTioc */
+
+ #endif /* KeyboardFncs */
+
+ #ifdef LoadFunc
+ #include <dlfcn.h>
+ #endif /* LoadFunc */
+
+ #endif /* UNIX */