diff options
Diffstat (limited to 'libc/termios/tcsetattr.c')
-rw-r--r-- | libc/termios/tcsetattr.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <kernel_termios.h> +#include "kernel_termios.h" /* This is a gross hack around a kernel bug. If the cfsetispeed functions |