[rtems commit] score: Fix extern "C" in <rtems/score/heap.h>
Sebastian Huber
sebh at rtems.org
Fri Jun 26 09:23:24 UTC 2015
Module: rtems
Branch: master
Commit: 270ccc590755c1520c7dff2f2e93a5ad1a2f87f4
Changeset: http://git.rtems.org/rtems/commit/?id=270ccc590755c1520c7dff2f2e93a5ad1a2f87f4
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Thu Jun 25 14:10:57 2015 +0200
score: Fix extern "C" in <rtems/score/heap.h>
---
cpukit/score/include/rtems/score/heap.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/cpukit/score/include/rtems/score/heap.h b/cpukit/score/include/rtems/score/heap.h
index ab627b6..5db22cf 100644
--- a/cpukit/score/include/rtems/score/heap.h
+++ b/cpukit/score/include/rtems/score/heap.h
@@ -19,6 +19,7 @@
#define _RTEMS_SCORE_HEAP_H
#include <rtems/score/cpu.h>
+#include <rtems/score/thread.h>
#ifdef __cplusplus
extern "C" {
@@ -135,8 +136,6 @@ typedef struct Heap_Block Heap_Block;
#ifndef HEAP_PROTECTION
#define HEAP_PROTECTION_HEADER_SIZE 0
#else
- #include <rtems/score/thread.h>
-
#define HEAP_PROTECTOR_COUNT 2
#define HEAP_BEGIN_PROTECTOR_0 ((uintptr_t) 0xfd75a98f)
More information about the vc
mailing list