summaryrefslogtreecommitdiffstats
path: root/cpukit/telnetd/check_passwd.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-03-27 15:08:04 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-03-27 15:08:04 +0000
commitddeb7730abc29ffb8b361f301b2f80e826050f8a (patch)
treed45a34d635905be77f752e31ea61c6797dc3718c /cpukit/telnetd/check_passwd.c
parentremoved typo in uboot size (diff)
downloadrtems-ddeb7730abc29ffb8b361f301b2f80e826050f8a.tar.bz2
2010-03-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* libgnat/ada_intrsupp.c, telnetd/check_passwd.c, telnetd/des.c, telnetd/genpw.c: Add include of config.h
Diffstat (limited to 'cpukit/telnetd/check_passwd.c')
-rw-r--r--cpukit/telnetd/check_passwd.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/telnetd/check_passwd.c b/cpukit/telnetd/check_passwd.c
index f541a21b5d..51d08723b8 100644
--- a/cpukit/telnetd/check_passwd.c
+++ b/cpukit/telnetd/check_passwd.c
@@ -57,6 +57,10 @@
* http://www.rtems.com/license/LICENSE.
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <termios.h>
#include <errno.h>
#include <stdio.h>