summaryrefslogtreecommitdiffstats
path: root/doc/new_chapters
diff options
context:
space:
mode:
authorWade A Smith <warm38@juno.com>1998-08-26 14:18:36 +0000
committerWade A Smith <warm38@juno.com>1998-08-26 14:18:36 +0000
commit9c79229d33b53ab8dbdeab309fbc3bd8840f15e6 (patch)
tree4d0ebd337a1188eaaccc36ab0c4f90076a555e4c /doc/new_chapters
parentIncorporated the "#include cfg.h" statement in document (diff)
downloadrtems-9c79229d33b53ab8dbdeab309fbc3bd8840f15e6.tar.bz2
Incorporated the "#include <dump.h>" statement in file.
Diffstat (limited to 'doc/new_chapters')
-rw-r--r--doc/new_chapters/dumpcontrol.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/new_chapters/dumpcontrol.t b/doc/new_chapters/dumpcontrol.t
index 5f93541178..2095bc3285 100644
--- a/doc/new_chapters/dumpcontrol.t
+++ b/doc/new_chapters/dumpcontrol.t
@@ -44,6 +44,8 @@ and status codes.
@ifset is-C
@example
+#include <dump.h>
+
int dump_setpath(
const char *path
);