From 77b1020ad7819af016f66db8f30d306afd0e6003 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 18 Mar 2007 07:34:25 +0000 Subject: =?UTF-8?q?2007-03-18=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * score/src/heapwalk.c: include stdlib.h. --- cpukit/score/src/heapwalk.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/score/src/heapwalk.c') diff --git a/cpukit/score/src/heapwalk.c b/cpukit/score/src/heapwalk.c index b85529cf9d..424a1302dd 100644 --- a/cpukit/score/src/heapwalk.c +++ b/cpukit/score/src/heapwalk.c @@ -15,6 +15,8 @@ #include "config.h" #endif +#include /* abort */ + #include #include #include -- cgit v1.2.3