summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/malloctest/task1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/malloctest/task1.c')
-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>