From a8eed2387c28bb56ada10f815874cc55b8d820a5 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 27 Jan 2005 05:57:05 +0000 Subject: Include config.h. --- cpukit/score/src/heapgetinfo.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cpukit/score/src/heapgetinfo.c') diff --git a/cpukit/score/src/heapgetinfo.c b/cpukit/score/src/heapgetinfo.c index 6ba368c7a0..525b790d07 100644 --- a/cpukit/score/src/heapgetinfo.c +++ b/cpukit/score/src/heapgetinfo.c @@ -11,6 +11,9 @@ * $Id$ */ +#if HAVE_CONFIG_H +#include "config.h" +#endif #include #include @@ -32,7 +35,6 @@ * return 0=success, otherwise heap is corrupt. */ - Heap_Get_information_status _Heap_Get_information( Heap_Control *the_heap, Heap_Information_block *the_info -- cgit v1.2.3