summaryrefslogtreecommitdiff
path: root/include/termios.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/termios.h')
-rw-r--r--include/termios.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/termios.h b/include/termios.h
index 8dcb5bc5e..014e5c957 100644
--- a/include/termios.h
+++ b/include/termios.h
@@ -3,7 +3,8 @@
#include <features.h>
#include <sys/types.h>
-#include <linux/termios.h>
+#include <sys/termios.h>
+#include <asm/termbits.h>
extern speed_t cfgetispeed __P ((struct termios *__termios_p));
extern speed_t cfgetospeed __P ((struct termios *__termios_p));