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/psx04/init.c | 4 ++++ testsuites/psxtests/psx04/task1.c | 4 ++++ testsuites/psxtests/psx04/task2.c | 4 ++++ testsuites/psxtests/psx04/task3.c | 4 ++++ 4 files changed, 16 insertions(+) (limited to 'testsuites/psxtests/psx04') diff --git a/testsuites/psxtests/psx04/init.c b/testsuites/psxtests/psx04/init.c index b09b5d1634..59ded35b20 100644 --- a/testsuites/psxtests/psx04/init.c +++ b/testsuites/psxtests/psx04/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/psx04/task1.c b/testsuites/psxtests/psx04/task1.c index 71d5eee5bd..b63e2d7b68 100644 --- a/testsuites/psxtests/psx04/task1.c +++ b/testsuites/psxtests/psx04/task1.c @@ -17,6 +17,10 @@ * $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "system.h" #include diff --git a/testsuites/psxtests/psx04/task2.c b/testsuites/psxtests/psx04/task2.c index 189d71bd68..d31279bfc3 100644 --- a/testsuites/psxtests/psx04/task2.c +++ b/testsuites/psxtests/psx04/task2.c @@ -17,6 +17,10 @@ * $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "system.h" #include diff --git a/testsuites/psxtests/psx04/task3.c b/testsuites/psxtests/psx04/task3.c index 41b19153a6..af7b0091c4 100644 --- a/testsuites/psxtests/psx04/task3.c +++ b/testsuites/psxtests/psx04/task3.c @@ -17,6 +17,10 @@ * $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "system.h" #include -- cgit v1.2.3