summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-01-05 16:46:02 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-01-05 16:46:02 +0000
commitb3eeac38d85847eeae958c888925bf460928efde (patch)
tree267b67c12d44eabd5c7366011d74ca821bee8847 /c
parent2009-01-05 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-b3eeac38d85847eeae958c888925bf460928efde.tar.bz2
#include <stdlib.h>.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/shared/src/irq-generic.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/shared/src/irq-generic.c b/c/src/lib/libbsp/shared/src/irq-generic.c
index 2659001c14..01f64ab376 100644
--- a/c/src/lib/libbsp/shared/src/irq-generic.c
+++ b/c/src/lib/libbsp/shared/src/irq-generic.c
@@ -20,6 +20,8 @@
* LICENSE in this distribution or at http://www.rtems.com/license/LICENSE.
*/
+#include <stdlib.h> /* malloc, free */
+
#include <bsp/irq-generic.h>
#ifdef BSP_INTERRUPT_USE_INDEX_TABLE