summaryrefslogtreecommitdiffstats
path: root/cpukit/telnetd
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-05-08 15:59:37 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-05-08 15:59:37 +0000
commit5a221ff6b06a5dea0ab9adb2bfccfbd4481072d2 (patch)
treee53e05acd61f519c4f032968dcf6d42397921a14 /cpukit/telnetd
parentAdd HAVE_CONFIG_H magic. (diff)
downloadrtems-5a221ff6b06a5dea0ab9adb2bfccfbd4481072d2.tar.bz2
2007-05-08 Ralf Corsépius <ralf.corsepius@rtems.org>
* telnetd/icmds.c: Add HAVE_CONFIG_H magic.
Diffstat (limited to 'cpukit/telnetd')
-rw-r--r--cpukit/telnetd/icmds.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/telnetd/icmds.c b/cpukit/telnetd/icmds.c
index c8e7972da8..f870e34682 100644
--- a/cpukit/telnetd/icmds.c
+++ b/cpukit/telnetd/icmds.c
@@ -1,3 +1,7 @@
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <rtems/shell.h>
#include <rtems/rtems_bsdnet.h>