summaryrefslogtreecommitdiffstats
path: root/cpukit/telnetd/pty.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-05-28 16:20:54 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-05-28 16:20:54 +0000
commite3eab02dd6eb6b71031003ad6a6b5530ac676a77 (patch)
treea4598eea4cb58a637e33c962f3b39ebba0ea213b /cpukit/telnetd/pty.c
parent2002-05-28 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-e3eab02dd6eb6b71031003ad6a6b5530ac676a77.tar.bz2
2002-05-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems_telnetd/pty.c: Remove bsp.h. Include <rtems/bspIo.h>.
Diffstat (limited to '')
-rw-r--r--cpukit/telnetd/pty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/telnetd/pty.c b/cpukit/telnetd/pty.c
index 18621acac6..c19d05db37 100644
--- a/cpukit/telnetd/pty.c
+++ b/cpukit/telnetd/pty.c
@@ -19,8 +19,8 @@
#include <termios.h>
#include <rtems.h>
#include <rtems/libio.h>
-#include <bsp.h>
#include <rtems/pty.h>
+#include <rtems/bspIo.h>
/*-----------------------------------------*/
#include <stdio.h>
#include <stdlib.h>