summaryrefslogtreecommitdiff
path: root/rtemstoolkit/rld-config.h
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-09-21 14:24:37 +1000
committerChris Johns <chrisj@rtems.org>2014-09-21 14:24:37 +1000
commit5025439f9d8df419e5d9797d930f7490bfdf86c0 (patch)
tree8a516a29fbf940b93a2b932263cdc6c07fc429b3 /rtemstoolkit/rld-config.h
parent149a8a63610b1c52e323347070d2210efa408203 (diff)
rtems-tld: Add config options, fix void args, and SCore traces.
Diffstat (limited to 'rtemstoolkit/rld-config.h')
-rw-r--r--rtemstoolkit/rld-config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtemstoolkit/rld-config.h b/rtemstoolkit/rld-config.h
index 4bcb964..5afc7b1 100644
--- a/rtemstoolkit/rld-config.h
+++ b/rtemstoolkit/rld-config.h
@@ -154,7 +154,7 @@ namespace rld
* any records named 'include' split the items and include the
* configuration files.
*/
- void includes (const section& sec, bool must_exist = false);
+ void includes (const section& sec, bool must_exist = true);
/**
* Get the section and throw an error if not found.