telnetd: Include <rtems/passwd.h>

Prepare for header file move to common include directory.

Update #3254.
This commit is contained in:
Sebastian Huber
2017-12-13 08:34:16 +01:00
parent 5346fa875c
commit 94e04b533d

View File

@@ -70,7 +70,7 @@
#include <rtems/telnetd.h> #include <rtems/telnetd.h>
#include "des.h" #include "des.h"
#include "passwd.h" #include <rtems/passwd.h>
/** /**
* @brief Standard Telnet login check that uses DES to encrypt the passphrase. * @brief Standard Telnet login check that uses DES to encrypt the passphrase.