diff --git a/c/src/tests/libtests/ChangeLog b/c/src/tests/libtests/ChangeLog index 8d265f5083..1ffb959160 100644 --- a/c/src/tests/libtests/ChangeLog +++ b/c/src/tests/libtests/ChangeLog @@ -1,3 +1,9 @@ +2000-11-01 Joel Sherrill + + * 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 . + 2000-10-27 Ralf Corsepius * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. diff --git a/c/src/tests/libtests/malloctest/task1.c b/c/src/tests/libtests/malloctest/task1.c index 91b7e3e147..737a8dab59 100644 --- a/c/src/tests/libtests/malloctest/task1.c +++ b/c/src/tests/libtests/malloctest/task1.c @@ -14,7 +14,7 @@ */ #include "system.h" -#include /* for malloc_dump, malloc_walk */ +#include /* for malloc_dump, malloc_walk */ #include /* for memset */ #include diff --git a/testsuites/libtests/ChangeLog b/testsuites/libtests/ChangeLog index 8d265f5083..1ffb959160 100644 --- a/testsuites/libtests/ChangeLog +++ b/testsuites/libtests/ChangeLog @@ -1,3 +1,9 @@ +2000-11-01 Joel Sherrill + + * 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 . + 2000-10-27 Ralf Corsepius * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. 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 /* for malloc_dump, malloc_walk */ +#include /* for malloc_dump, malloc_walk */ #include /* for memset */ #include