summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxstat
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/psxstat
parent2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-cafefbf26360cd6638981221d0e8d1f8b474dfc5.tar.bz2
Add HAVE_CONFIG_H.
Diffstat (limited to 'testsuites/psxtests/psxstat')
-rw-r--r--testsuites/psxtests/psxstat/main.c4
-rw-r--r--testsuites/psxtests/psxstat/test.c4
2 files changed, 8 insertions, 0 deletions
diff --git a/testsuites/psxtests/psxstat/main.c b/testsuites/psxtests/psxstat/main.c
index ed5d5b60f6..a0d06b55e2 100644
--- a/testsuites/psxtests/psxstat/main.c
+++ b/testsuites/psxtests/psxstat/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/psxstat/test.c b/testsuites/psxtests/psxstat/test.c
index 45efb4d115..a3d4004c3b 100644
--- a/testsuites/psxtests/psxstat/test.c
+++ b/testsuites/psxtests/psxstat/test.c
@@ -15,6 +15,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <tmacros.h>
#include <sys/stat.h>
#include <fcntl.h>