summaryrefslogtreecommitdiff
path: root/include/termios.h
diff options
context:
space:
mode:
authorRandolph Chung <tausq@debian.org>2000-07-09 03:07:42 +0000
committerRandolph Chung <tausq@debian.org>2000-07-09 03:07:42 +0000
commit986ea00a8cbe68e3670ff885c969e201e47b0a95 (patch)
treea9b8dc8481bb0b20dab6bd7e337526bacd51e114 /include/termios.h
parent7513fde29d278751593c6d3130d25c3c773acccb (diff)
misc net fixes for building....
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));