summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testsuites/libtests/ChangeLog4
-rw-r--r--testsuites/libtests/malloctest/init.c1
2 files changed, 5 insertions, 0 deletions
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 <joel.sherrill@oarcorp.com>
+
+ * malloctest/init.c: Add include to remove warning.
+
2008-01-22 Joel Sherrill <joel.sherrill@OARcorp.com>
* 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 <stdlib.h>
#include <errno.h>
+#include <rtems/score/protectedheap.h>
/*
* A simple test of realloc