summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/heapresizeblock.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-05-08 15:34:14 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-05-08 15:34:14 +0000
commit2ff7d009a06f77451baebedbc4ea51b57492c4d2 (patch)
tree431bc9d2cdd607f8481934eb82559bb25008656b /cpukit/score/src/heapresizeblock.c
parent2007-05-08 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-2ff7d009a06f77451baebedbc4ea51b57492c4d2.tar.bz2
Add HAVE_CONFIG_H magic.
Diffstat (limited to 'cpukit/score/src/heapresizeblock.c')
-rw-r--r--cpukit/score/src/heapresizeblock.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpukit/score/src/heapresizeblock.c b/cpukit/score/src/heapresizeblock.c
index 97b25442f6..5598954a2d 100644
--- a/cpukit/score/src/heapresizeblock.c
+++ b/cpukit/score/src/heapresizeblock.c
@@ -11,6 +11,9 @@
* $Id$
*/
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
#include <rtems/system.h>
#include <rtems/score/sysstate.h>