summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/heapwalk.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-03-18 07:34:25 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-03-18 07:34:25 +0000
commit77b1020ad7819af016f66db8f30d306afd0e6003 (patch)
tree81d41aba5e4e5809e0c2bcbdaeeedccaff0a8b2c /cpukit/score/src/heapwalk.c
parentFix oversights. (diff)
downloadrtems-77b1020ad7819af016f66db8f30d306afd0e6003.tar.bz2
2007-03-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/src/heapwalk.c: include stdlib.h.
Diffstat (limited to 'cpukit/score/src/heapwalk.c')
-rw-r--r--cpukit/score/src/heapwalk.c2
1 files changed, 2 insertions, 0 deletions
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 <stdlib.h> /* abort */
+
#include <rtems/system.h>
#include <rtems/score/sysstate.h>
#include <rtems/score/heap.h>