summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/ada-tests/support/init.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/c/src/ada-tests/support/init.c b/c/src/ada-tests/support/init.c
index de686055de..697c91dc0c 100644
--- a/c/src/ada-tests/support/init.c
+++ b/c/src/ada-tests/support/init.c
@@ -35,5 +35,10 @@ rtems_id tcb_to_id(
return tcb->Object.id;
}
+/*
+ * By putting this in brackets rather than quotes, we get the search
+ * path and can get this file from ".." in the mptests.
+ */
+
#define CONFIGURE_INIT
-#include "config.h"
+#include <config.h>