summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/malloctest
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-01 21:03:37 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-01 21:03:37 +0000
commitce28b28312d37d90c11dac5216ddc22955e4111d (patch)
treed5e6bb251d69db08f892edd249635819d6f39724 /testsuites/libtests/malloctest
parent2000-11-01 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-ce28b28312d37d90c11dac5216ddc22955e4111d.tar.bz2
2000-11-01 Joel Sherrill <joel@OARcorp.com>
* malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and libcsupport.h moved from libc to lib/include/rtems and now must be referenced as <rtems/XXX.h>.
Diffstat (limited to 'testsuites/libtests/malloctest')
-rw-r--r--testsuites/libtests/malloctest/task1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/libtests/malloctest/task1.c b/testsuites/libtests/malloctest/task1.c
index 91b7e3e147..737a8dab59 100644
--- a/testsuites/libtests/malloctest/task1.c
+++ b/testsuites/libtests/malloctest/task1.c
@@ -14,7 +14,7 @@
*/
#include "system.h"
-#include <libcsupport.h> /* for malloc_dump, malloc_walk */
+#include <rtems/libcsupport.h> /* for malloc_dump, malloc_walk */
#include <string.h> /* for memset */
#include <stdlib.h>