summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxeintr_join
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-09-30 01:47:26 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-09-30 01:47:26 +0000
commitb0792d230ec90462d62c8589990b49c254ca0ebf (patch)
tree1b8c1b8e306ee75bbbcb89dacdfd5ebc9d0b783f /testsuites/psxtests/psxeintr_join
parent2011-09-29 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-b0792d230ec90462d62c8589990b49c254ca0ebf.tar.bz2
2011-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* psx16/init.c, psxclassic01/init.c, psxeintr_join/init.c: Add HAVE_CONFIG_H.
Diffstat (limited to 'testsuites/psxtests/psxeintr_join')
-rw-r--r--testsuites/psxtests/psxeintr_join/init.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuites/psxtests/psxeintr_join/init.c b/testsuites/psxtests/psxeintr_join/init.c
index 9bf3c2a882..c922397e9f 100644
--- a/testsuites/psxtests/psxeintr_join/init.c
+++ b/testsuites/psxtests/psxeintr_join/init.c
@@ -9,6 +9,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <stdio.h>
#include <signal.h>
#include <semaphore.h>