From 94e04b533d0e7dac486d5be29d8607b4ebeb88ea Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 13 Dec 2017 08:34:16 +0100 Subject: telnetd: Include Prepare for header file move to common include directory. Update #3254. --- cpukit/telnetd/check_passwd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #include "des.h" -#include "passwd.h" +#include /** * @brief Standard Telnet login check that uses DES to encrypt the passphrase. -- cgit v1.2.3