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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/termios/tcsetattr.c') 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 -- cgit v1.2.3