2007-05-08 Ralf Corsépius <ralf.corsepius@rtems.org>

* telnetd/icmds.c: Add HAVE_CONFIG_H magic.
This commit is contained in:
Ralf Corsepius
2007-05-08 15:59:37 +00:00
parent 2ff7d009a0
commit 5a221ff6b0
2 changed files with 5 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
2007-05-08 Ralf Corsépius <ralf.corsepius@rtems.org> 2007-05-08 Ralf Corsépius <ralf.corsepius@rtems.org>
* telnetd/icmds.c: Add HAVE_CONFIG_H magic.
* rtems/src/regionprocessqueue.c, score/src/heapresizeblock.c * rtems/src/regionprocessqueue.c, score/src/heapresizeblock.c
score/src/threadqrequeue.c, ftpd/ftpd.c, libblock/src/show_bdbuf.c: score/src/threadqrequeue.c, ftpd/ftpd.c, libblock/src/show_bdbuf.c:
Add HAVE_CONFIG_H magic. Add HAVE_CONFIG_H magic.

View File

@@ -1,3 +1,7 @@
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include <rtems/shell.h> #include <rtems/shell.h>
#include <rtems/rtems_bsdnet.h> #include <rtems/rtems_bsdnet.h>