diff --git a/testsuites/libtests/ChangeLog b/testsuites/libtests/ChangeLog index 6eeb0862a9..bf0e360eb8 100644 --- a/testsuites/libtests/ChangeLog +++ b/testsuites/libtests/ChangeLog @@ -1,3 +1,7 @@ +2008-01-24 Joel Sherrill + + * malloctest/init.c: Add include to remove warning. + 2008-01-22 Joel Sherrill * malloctest/init.c: Remove debug print. diff --git a/testsuites/libtests/malloctest/init.c b/testsuites/libtests/malloctest/init.c index 36fea68113..f9364e0a24 100644 --- a/testsuites/libtests/malloctest/init.c +++ b/testsuites/libtests/malloctest/init.c @@ -26,6 +26,7 @@ #include #include +#include /* * A simple test of realloc