From 2512c847453c24b928c34beed88902fbb6877b7a Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 27 Sep 2001 05:24:26 +0000 Subject: Update to accomodate the header file changes --- libc/termios/tcsetattr.c | 2 +- libc/termios/termios.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'libc/termios') diff --git a/libc/termios/tcsetattr.c b/libc/termios/tcsetattr.c index bb8c84d5c..9637c0fa6 100644 --- a/libc/termios/tcsetattr.c +++ b/libc/termios/tcsetattr.c @@ -25,7 +25,7 @@ /* The difference here is that the termios structure used in the kernel is not the same as we use in the libc. Therefore we must translate it here. */ -#include +#include "kernel_termios.h" /* This is a gross hack around a kernel bug. If the cfsetispeed functions diff --git a/libc/termios/termios.c b/libc/termios/termios.c index e0c3743d0..43b4cb647 100644 --- a/libc/termios/termios.c +++ b/libc/termios/termios.c @@ -26,6 +26,7 @@ #include #include #include +#include #include #include -- cgit v1.2.3