From be96863141c6c170ff539198895c4707bec0ce15 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 30 Mar 2007 04:57:30 +0000 Subject: [PATCH] =?UTF-8?q?2007-03-30=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libcsupport/src/__assert.c: Add HAVE_CONFIG_H. --- cpukit/ChangeLog | 4 ++++ cpukit/libcsupport/src/__assert.c | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index c4ab38b445..cf33107346 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2007-03-30 Ralf Corsépius + + * libcsupport/src/__assert.c: Add HAVE_CONFIG_H. + 2007-03-29 Ralf Corsépius * rtems/include/rtems/rtems/tasks.h: Change rtems_task_argument to diff --git a/cpukit/libcsupport/src/__assert.c b/cpukit/libcsupport/src/__assert.c index 18e62a75dc..f6da15f2c9 100644 --- a/cpukit/libcsupport/src/__assert.c +++ b/cpukit/libcsupport/src/__assert.c @@ -10,6 +10,10 @@ * $Id$ */ +#if HAVE_CONFIG_H +#include "config.h" +#endif + #include #include