From 5a221ff6b06a5dea0ab9adb2bfccfbd4481072d2 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 8 May 2007 15:59:37 +0000 Subject: [PATCH] =?UTF-8?q?2007-05-08=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * telnetd/icmds.c: Add HAVE_CONFIG_H magic. --- cpukit/ChangeLog | 1 + cpukit/telnetd/icmds.c | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 4a550349de..866f54542c 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,5 +1,6 @@ 2007-05-08 Ralf Corsépius + * telnetd/icmds.c: Add HAVE_CONFIG_H magic. * rtems/src/regionprocessqueue.c, score/src/heapresizeblock.c score/src/threadqrequeue.c, ftpd/ftpd.c, libblock/src/show_bdbuf.c: Add HAVE_CONFIG_H magic. 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 #include