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