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