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/psx01/init.c | 4 ++++ testsuites/psxtests/psx01/task.c | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'testsuites/psxtests/psx01') diff --git a/testsuites/psxtests/psx01/init.c b/testsuites/psxtests/psx01/init.c index f44b5d3105..c3ce2cf925 100644 --- a/testsuites/psxtests/psx01/init.c +++ b/testsuites/psxtests/psx01/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/psx01/task.c b/testsuites/psxtests/psx01/task.c index 052f4e82a6..cff9358247 100644 --- a/testsuites/psxtests/psx01/task.c +++ b/testsuites/psxtests/psx01/task.c @@ -18,6 +18,10 @@ * $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "system.h" void Test_init_routine( void ); -- cgit v1.2.3