From 39046f766f170748acdb7f55f79a681a09552698 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 24 Jul 2013 11:09:23 +0200 Subject: score: Merge sysstate API into one file --- cpukit/libcsupport/src/malloc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/libcsupport/src/malloc.c') diff --git a/cpukit/libcsupport/src/malloc.c b/cpukit/libcsupport/src/malloc.c index f79e3bb4f7..3b267b94d4 100644 --- a/cpukit/libcsupport/src/malloc.c +++ b/cpukit/libcsupport/src/malloc.c @@ -24,6 +24,8 @@ #include "malloc_p.h" +#include + void *malloc( size_t size ) -- cgit v1.2.3