summaryrefslogtreecommitdiffstats
path: root/cpukit/telnetd/pty.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-04-25 08:08:35 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-04-25 08:10:18 +0200
commitf4c59d07d5d639856887e6aec624d608e8024cf7 (patch)
tree245e553ca6fb8c123a69176db60600fc4f26d7ea /cpukit/telnetd/pty.c
parentpppd: Fix warnings (diff)
downloadrtems-f4c59d07d5d639856887e6aec624d608e8024cf7.tar.bz2
telnetd: Fix warnings
Diffstat (limited to '')
-rw-r--r--cpukit/telnetd/pty.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/telnetd/pty.c b/cpukit/telnetd/pty.c
index 30bfe98951..d41de97d85 100644
--- a/cpukit/telnetd/pty.c
+++ b/cpukit/telnetd/pty.c
@@ -35,6 +35,7 @@
#include <rtems.h>
#include <rtems/libio.h>
#include <rtems/bspIo.h>
+#include <rtems/pty.h>
#include <errno.h>
#include <sys/socket.h>
/*-----------------------------------------*/