2007-03-30 Ralf Corsépius <ralf.corsepius@rtems.org>

* libcsupport/src/__assert.c: Add HAVE_CONFIG_H.
This commit is contained in:
Ralf Corsepius
2007-03-30 04:57:30 +00:00
parent c807622527
commit be96863141
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -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
+4
View File
@@ -10,6 +10,10 @@
* $Id$
*/
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include <rtems/bspIo.h>
#include <rtems.h>