summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/rtems/libcsupport.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-02-23 14:27:15 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-02-23 14:27:15 +0000
commit253dde08b8179de19a76da87bb11c04fe823b8d6 (patch)
tree5c8ee1af79ffdbd02d28245dd3fcdb0b75b68843 /cpukit/libcsupport/include/rtems/libcsupport.h
parent2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-253dde08b8179de19a76da87bb11c04fe823b8d6.tar.bz2
2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/include/clockdrv.h, libcsupport/include/console.h, libcsupport/include/spurious.h, libcsupport/include/rtems/error.h, libcsupport/include/rtems/libcsupport.h: Add missing includes.
Diffstat (limited to 'cpukit/libcsupport/include/rtems/libcsupport.h')
-rw-r--r--cpukit/libcsupport/include/rtems/libcsupport.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpukit/libcsupport/include/rtems/libcsupport.h b/cpukit/libcsupport/include/rtems/libcsupport.h
index b231446b08..9dfcf851fe 100644
--- a/cpukit/libcsupport/include/rtems/libcsupport.h
+++ b/cpukit/libcsupport/include/rtems/libcsupport.h
@@ -23,6 +23,9 @@
#include <sys/types.h>
#include <stdint.h>
+#include <rtems/score/heap.h>
+#include <rtems/rtems/tasks.h>
+
#ifdef __cplusplus
extern "C" {
#endif