summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxsignal01
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxsignal01')
-rw-r--r--testsuites/psxtests/psxsignal01/init.c4
-rw-r--r--testsuites/psxtests/psxsignal01/task1.c4
2 files changed, 8 insertions, 0 deletions
diff --git a/testsuites/psxtests/psxsignal01/init.c b/testsuites/psxtests/psxsignal01/init.c
index a6c4d489ac..749274c316 100644
--- a/testsuites/psxtests/psxsignal01/init.c
+++ b/testsuites/psxtests/psxsignal01/init.c
@@ -9,6 +9,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#define CONFIGURE_INIT
#include "system.h"
#include <signal.h>
diff --git a/testsuites/psxtests/psxsignal01/task1.c b/testsuites/psxtests/psxsignal01/task1.c
index 8086b3b6dd..3bac9c062b 100644
--- a/testsuites/psxtests/psxsignal01/task1.c
+++ b/testsuites/psxtests/psxsignal01/task1.c
@@ -17,6 +17,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "system.h"
#include <signal.h>