2011-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>

* psx16/init.c, psxclassic01/init.c, psxeintr_join/init.c:
	Add HAVE_CONFIG_H.
This commit is contained in:
Ralf Corsepius
2011-09-30 01:47:26 +00:00
parent 4e8589da58
commit b0792d230e
4 changed files with 16 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2011-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* psx16/init.c, psxclassic01/init.c, psxeintr_join/init.c:
Add HAVE_CONFIG_H.
2011-09-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
* psxfatal01/psxfatal01.scn, psxfatal01/testcase.h,

View File

@@ -9,6 +9,10 @@
* $Id$
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <tmacros.h>
#include "test_support.h"
#include <pthread.h>

View File

@@ -11,6 +11,9 @@
* $Id$
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "tmacros.h"

View File

@@ -9,6 +9,10 @@
* $Id$
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <stdio.h>
#include <signal.h>
#include <semaphore.h>