summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxrdwrv
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-02-22 09:47:36 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-02-22 09:47:36 +0000
commitcafefbf26360cd6638981221d0e8d1f8b474dfc5 (patch)
tree06673c75b1f747693b3325fa962f65959c7e67bf /testsuites/psxtests/psxrdwrv
parent2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-cafefbf26360cd6638981221d0e8d1f8b474dfc5.tar.bz2
Add HAVE_CONFIG_H.
Diffstat (limited to 'testsuites/psxtests/psxrdwrv')
-rw-r--r--testsuites/psxtests/psxrdwrv/main.c4
-rw-r--r--testsuites/psxtests/psxrdwrv/test.c4
2 files changed, 8 insertions, 0 deletions
diff --git a/testsuites/psxtests/psxrdwrv/main.c b/testsuites/psxtests/psxrdwrv/main.c
index 4a75d89fbe..8abf3a66d6 100644
--- a/testsuites/psxtests/psxrdwrv/main.c
+++ b/testsuites/psxtests/psxrdwrv/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/psxrdwrv/test.c b/testsuites/psxtests/psxrdwrv/test.c
index 7c2e8593d6..a5e5696ebc 100644
--- a/testsuites/psxtests/psxrdwrv/test.c
+++ b/testsuites/psxtests/psxrdwrv/test.c
@@ -15,6 +15,10 @@
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <fcntl.h>
#include <unistd.h>
#include <errno.h>