aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/distck.c4
-rw-r--r--tests/failpp.c3
2 files changed, 6 insertions, 1 deletions
diff --git a/tests/distck.c b/tests/distck.c
index ee066f5..d6cebdb 100644
--- a/tests/distck.c
+++ b/tests/distck.c
@@ -1,2 +1,4 @@
-#include <config.h>
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
#include "grecs.h"
diff --git a/tests/failpp.c b/tests/failpp.c
index 819e8ee..fbf8195 100644
--- a/tests/failpp.c
+++ b/tests/failpp.c
@@ -1 +1,4 @@
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
#include <stdio.h>

Return to:

Send suggestions and report system problems to the System administrator.