summaryrefslogtreecommitdiffstats
path: root/source/xap/xxgdb/xxgdb-1.08-glibc.patch
blob: 6ec7032cd92bab35937432ebbe0f23fae0056e14 (plain) (blame)
1
2
3
4
5
6
7
8
9
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