summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxspin02
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxspin02')
-rw-r--r--testsuites/psxtests/psxspin02/main.c4
-rw-r--r--testsuites/psxtests/psxspin02/test.c4
2 files changed, 8 insertions, 0 deletions
diff --git a/testsuites/psxtests/psxspin02/main.c b/testsuites/psxtests/psxspin02/main.c
index cf5498a413..a89fcc27cd 100644
--- a/testsuites/psxtests/psxspin02/main.c
+++ b/testsuites/psxtests/psxspin02/main.c
@@ -13,6 +13,10 @@
#define CONFIGURE_INIT
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <bsp.h>
#include <pmacros.h>
diff --git a/testsuites/psxtests/psxspin02/test.c b/testsuites/psxtests/psxspin02/test.c
index 4ca085e95e..cd38d02af9 100644
--- a/testsuites/psxtests/psxspin02/test.c
+++ b/testsuites/psxtests/psxspin02/test.c
@@ -11,6 +11,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "tmacros.h"
#include <stdio.h>
#include <errno.h>