From 69d5809acc7a2683cff15368aec0a36643e8ca35 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 8 May 2007 15:30:53 +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 * libblock/src/show_bdbuf.c: Add HAVE_CONFIG_H magic. --- cpukit/ChangeLog | 1 + cpukit/libblock/src/show_bdbuf.c | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 9a3bb156b3..5673f2cafa 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,5 +1,6 @@ 2007-05-08 Ralf Corsépius + * 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. diff --git a/cpukit/libblock/src/show_bdbuf.c b/cpukit/libblock/src/show_bdbuf.c index 99dcd76fdd..cc1d7826d8 100644 --- a/cpukit/libblock/src/show_bdbuf.c +++ b/cpukit/libblock/src/show_bdbuf.c @@ -33,6 +33,11 @@ | 26.09.06 creation doe | |*****************************************************************| \*===============================================================*/ + +#if HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include