[rtems commit] arm: Include proper header file

Sebastian Huber sebh at rtems.org
Thu Jul 23 18:36:14 UTC 2015


Module:    rtems
Branch:    4.11
Commit:    2f43241a2a97dfa2dcc59912d05138590e84eeda
Changeset: http://git.rtems.org/rtems/commit/?id=2f43241a2a97dfa2dcc59912d05138590e84eeda

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Jul 23 20:34:19 2015 +0200

arm: Include proper header file

---

 cpukit/score/cpu/arm/__tls_get_addr.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/cpukit/score/cpu/arm/__tls_get_addr.c b/cpukit/score/cpu/arm/__tls_get_addr.c
index 6e7eda7..9397b8b 100644
--- a/cpukit/score/cpu/arm/__tls_get_addr.c
+++ b/cpukit/score/cpu/arm/__tls_get_addr.c
@@ -1,8 +1,8 @@
 /*
- * Copyright (c) 2014 embedded brains GmbH.  All rights reserved.
+ * Copyright (c) 2014-2015 embedded brains GmbH.  All rights reserved.
  *
  *  embedded brains GmbH
- *  Obere Lagerstr. 30
+ *  Dornierstr. 4
  *  82178 Puchheim
  *  Germany
  *  <rtems at embedded-brains.de>
@@ -16,7 +16,7 @@
   #include "config.h"
 #endif
 
-#include <rtems/score/thread.h>
+#include <rtems/score/threadimpl.h>
 #include <rtems/score/tls.h>
 
 #include <assert.h>



More information about the vc mailing list