summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-12-13 08:34:16 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-12-13 09:04:28 +0100
commit94e04b533d0e7dac486d5be29d8607b4ebeb88ea (patch)
treedc2ce81ff131184dcd79bd2c21a4bbb74c57a9e0
parentpppd: Include <rtems/rtems*.h> (diff)
downloadrtems-94e04b533d0e7dac486d5be29d8607b4ebeb88ea.tar.bz2
telnetd: Include <rtems/passwd.h>
Prepare for header file move to common include directory. Update #3254.
-rw-r--r--cpukit/telnetd/check_passwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/telnetd/check_passwd.c b/cpukit/telnetd/check_passwd.c
index aae1c89b5d..b4ea4d010b 100644
--- a/cpukit/telnetd/check_passwd.c
+++ b/cpukit/telnetd/check_passwd.c
@@ -70,7 +70,7 @@
#include <rtems/telnetd.h>
#include "des.h"
-#include "passwd.h"
+#include <rtems/passwd.h>
/**
* @brief Standard Telnet login check that uses DES to encrypt the passphrase.