summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-03-30 04:57:30 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-03-30 04:57:30 +0000
commitbe96863141c6c170ff539198895c4707bec0ce15 (patch)
tree9a9dbb800ccd6ca9337560f5c3cfed2b0969766e
parent2007-03-29 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-be96863141c6c170ff539198895c4707bec0ce15.tar.bz2
2007-03-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/src/__assert.c: Add HAVE_CONFIG_H.
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/libcsupport/src/__assert.c4
2 files changed, 8 insertions, 0 deletions
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 <ralf.corsepius@rtems.org>
+
+ * libcsupport/src/__assert.c: Add HAVE_CONFIG_H.
+
2007-03-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* 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 <rtems/bspIo.h>
#include <rtems.h>