summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs/signal23.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxhdrs/signal23.c')
-rw-r--r--testsuites/psxtests/psxhdrs/signal23.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuites/psxtests/psxhdrs/signal23.c b/testsuites/psxtests/psxhdrs/signal23.c
index 820080e579..80217da888 100644
--- a/testsuites/psxtests/psxhdrs/signal23.c
+++ b/testsuites/psxtests/psxhdrs/signal23.c
@@ -12,6 +12,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <signal.h>
useconds_t _EXFUN(ualarm, (useconds_t __useconds, useconds_t __interval));