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