bsps: Include missing <rtems/score/heapimpl.h>

This commit is contained in:
Sebastian Huber
2013-07-26 09:18:05 +02:00
parent 1f4321b8fd
commit 4e00fe62d3
2 changed files with 3 additions and 1 deletions

View File

@@ -27,6 +27,7 @@
#include "bestcomm_api.h"
#include "bestcomm_glue.h"
#include "include/mgt5200/sdma.h"
#include <rtems/score/heapimpl.h>
extern const uint32 taskTableBytes;

View File

@@ -7,7 +7,7 @@
*/
/*
* Copyright (c) 2009-2012 embedded brains GmbH. All rights reserved.
* Copyright (c) 2009-2013 embedded brains GmbH. All rights reserved.
*
* embedded brains GmbH
* Obere Lagerstr. 30
@@ -23,6 +23,7 @@
#include <bsp/stackalloc.h>
#include <rtems.h>
#include <rtems/score/heapimpl.h>
#include <rtems/score/wkspace.h>
#include <bsp/linker-symbols.h>