From cafefbf26360cd6638981221d0e8d1f8b474dfc5 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 22 Feb 2011 09:47:36 +0000 Subject: Add HAVE_CONFIG_H. --- testsuites/psxtests/psx08/init.c | 4 ++++ testsuites/psxtests/psx08/task1.c | 4 ++++ testsuites/psxtests/psx08/task2.c | 4 ++++ testsuites/psxtests/psx08/task3.c | 4 ++++ 4 files changed, 16 insertions(+) (limited to 'testsuites/psxtests/psx08') diff --git a/testsuites/psxtests/psx08/init.c b/testsuites/psxtests/psx08/init.c index 56ae5428e5..e20dd8ad2d 100644 --- a/testsuites/psxtests/psx08/init.c +++ b/testsuites/psxtests/psx08/init.c @@ -9,6 +9,10 @@ * $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #define CONFIGURE_INIT #include "system.h" #include diff --git a/testsuites/psxtests/psx08/task1.c b/testsuites/psxtests/psx08/task1.c index 91708845eb..2e8664fb19 100644 --- a/testsuites/psxtests/psx08/task1.c +++ b/testsuites/psxtests/psx08/task1.c @@ -18,6 +18,10 @@ * $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "system.h" #include diff --git a/testsuites/psxtests/psx08/task2.c b/testsuites/psxtests/psx08/task2.c index 4ea3010844..c0cd55676a 100644 --- a/testsuites/psxtests/psx08/task2.c +++ b/testsuites/psxtests/psx08/task2.c @@ -18,6 +18,10 @@ * $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "system.h" #include diff --git a/testsuites/psxtests/psx08/task3.c b/testsuites/psxtests/psx08/task3.c index d7803656e4..94abb4f4f6 100644 --- a/testsuites/psxtests/psx08/task3.c +++ b/testsuites/psxtests/psx08/task3.c @@ -18,6 +18,10 @@ * $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "system.h" #include -- cgit v1.2.3