diff options
Diffstat (limited to 'Modules/termios.c')
-rw-r--r-- | Modules/termios.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Modules/termios.c b/Modules/termios.c index c77dff3..3362e81 100644 --- a/Modules/termios.c +++ b/Modules/termios.c @@ -12,10 +12,6 @@ #endif #include <sys/ioctl.h> -#ifdef __BEOS__ -#include <unistd.h> -#endif - /* HP-UX requires that this be included to pick up MDCD, MCTS, MDSR, * MDTR, MRI, and MRTS (appearantly used internally by some things * defined as macros; these are not used here directly). |