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

* ftpd/ftpd.c: Add HAVE_CONFIG_H magic.
This commit is contained in:
Ralf Corsepius
2007-05-08 15:31:55 +00:00
parent 69d5809acc
commit 2add4525d0
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
2007-05-08 Ralf Corsépius <ralf.corsepius@rtems.org>
* ftpd/ftpd.c: Add HAVE_CONFIG_H magic.
* libblock/src/show_bdbuf.c: Add HAVE_CONFIG_H magic.
* libnetworking/libc/gethostbydns.c,
libnetworking/libc/inet_net_ntop.c,
+4
View File
@@ -177,6 +177,10 @@
* x5z Filesystem status.
*************************************************************************/
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>