summaryrefslogtreecommitdiffstats
path: root/source/xap/xxgdb/xxgdb-1.08-glibc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'source/xap/xxgdb/xxgdb-1.08-glibc.patch')
-rw-r--r--source/xap/xxgdb/xxgdb-1.08-glibc.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/source/xap/xxgdb/xxgdb-1.08-glibc.patch b/source/xap/xxgdb/xxgdb-1.08-glibc.patch
new file mode 100644
index 000000000..6ec7032cd
--- /dev/null
+++ b/source/xap/xxgdb/xxgdb-1.08-glibc.patch
@@ -0,0 +1,10 @@
+--- xxgdb/calldbx.c.ewt Thu Aug 29 15:39:07 1996
++++ xxgdb/calldbx.c Thu Aug 29 15:39:31 1996
+@@ -76,6 +76,7 @@
+ #include "global.h"
+ #if !(defined(OLDSUNOS) || defined(BSD))
+ #include <termio.h>
++#include <sys/ioctl.h>
+ #else
+ #include <sgtty.h>
+ #endif