summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-25 03:08:48 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-25 03:08:48 +0000
commit499eb57d9971c96569975dd9a93591a0c265ea88 (patch)
tree965bc06204f419e9f52253667394a54ef370ef75 /testsuites/libtests
parent2008-01-24 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-499eb57d9971c96569975dd9a93591a0c265ea88.tar.bz2
2008-01-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* malloctest/init.c: Add include to remove warning.
Diffstat (limited to 'testsuites/libtests')
-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