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

* libblock/src/show_bdbuf.c: Add HAVE_CONFIG_H magic.
This commit is contained in:
Ralf Corsepius
2007-05-08 15:30:53 +00:00
parent f2378101c5
commit 69d5809acc
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
2007-05-08 Ralf Corsépius <ralf.corsepius@rtems.org>
* libblock/src/show_bdbuf.c: Add HAVE_CONFIG_H magic.
* libnetworking/libc/gethostbydns.c,
libnetworking/libc/inet_net_ntop.c,
libnetworking/libc/inet_pton.c: Eliminate __P.
+5
View File
@@ -33,6 +33,11 @@
| 26.09.06 creation doe |
|*****************************************************************|
\*===============================================================*/
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include <rtems.h>
#include <rtems/monitor.h>
#include <rtems/bdbuf.h>