summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src
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 /cpukit/libcsupport/src
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.
Diffstat (limited to 'cpukit/libcsupport/src')
-rw-r--r--cpukit/libcsupport/src/__assert.c4
1 files changed, 4 insertions, 0 deletions
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>