summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-10-29 17:10:02 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-10-29 17:10:02 +0000
commita47bd655a1b54fa6bcbee923834243b29ef60c8f (patch)
treed050620c37d2f4be077cfae072568a48fc884b01
parentmaking release docs (diff)
downloadrtems-a47bd655a1b54fa6bcbee923834243b29ef60c8f.tar.bz2
Cleanup.
-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>