summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxfile02/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxfile02/init.c')
-rw-r--r--testsuites/psxtests/psxfile02/init.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuites/psxtests/psxfile02/init.c b/testsuites/psxtests/psxfile02/init.c
index 6aa8a5ce35..d2e02c202e 100644
--- a/testsuites/psxtests/psxfile02/init.c
+++ b/testsuites/psxtests/psxfile02/init.c
@@ -8,6 +8,11 @@
*
* $Id$
*/
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <stdio.h>
#include <sys/uio.h>
#include <sys/types.h>