* rtems++/Init.cc, rtems++/Task1.cc, rtems++/Task2.cc,
	rtems++/Task3.cc: Added HAVE_CONFIG_H.
This commit is contained in:
Sebastian Huber
2011-05-20 10:04:31 +00:00
parent db56ac7972
commit e93cc2d233
5 changed files with 21 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2011-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
* rtems++/Init.cc, rtems++/Task1.cc, rtems++/Task2.cc,
rtems++/Task3.cc: Added HAVE_CONFIG_H.
2011-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>
* malloc04/init.c: Fix tests broken in warning pass.

View File

@@ -21,6 +21,10 @@
* $Id$
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#define CONFIGURE_INIT
#include "System.h"

View File

@@ -22,6 +22,10 @@
* $Id$
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <stdlib.h>
#include <string.h>
#include "System.h"

View File

@@ -18,6 +18,10 @@
* $Id$
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "System.h"
Task2::Task2(const char* name,

View File

@@ -18,6 +18,10 @@
* $Id$
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "System.h"
Task3::Task3(const char* name,