summaryrefslogtreecommitdiff
path: root/libc/include/termios.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/include/termios.h')
-rw-r--r--libc/include/termios.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/include/termios.h b/libc/include/termios.h
index 604e654..b2d0cc6 100644
--- a/libc/include/termios.h
+++ b/libc/include/termios.h
@@ -3,7 +3,7 @@
#include <features.h>
#include <sys/types.h>
-#include <linuxmt/termios.h>
+#include __SYSINC__(termios.h)
extern speed_t cfgetispeed __P ((struct termios *__termios_p));
extern speed_t cfgetospeed __P ((struct termios *__termios_p));