summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/include/termio.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/dietlibc/include/termio.h')
-rw-r--r--mdk-stage1/dietlibc/include/termio.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/mdk-stage1/dietlibc/include/termio.h b/mdk-stage1/dietlibc/include/termio.h
new file mode 100644
index 000000000..55d1f242b
--- /dev/null
+++ b/mdk-stage1/dietlibc/include/termio.h
@@ -0,0 +1,4 @@
+/* this looks horribly wrong, but glibc does it like that */
+
+#include <termios.h>
+#include <sys/ioctl.h>