[rtems commit] score: Include <rtems/score/cpu.h>

Sebastian Huber sebh at rtems.org
Wed Jul 24 13:27:52 UTC 2013


Module:    rtems
Branch:    master
Commit:    c9155f7b9bec4811738ca105cd87e87932f836c4
Changeset: http://git.rtems.org/rtems/commit/?id=c9155f7b9bec4811738ca105cd87e87932f836c4

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Jul 24 15:28:19 2013 +0200

score: Include <rtems/score/cpu.h>

This file uses CPU_ALIGNMENT.

---

 cpukit/score/include/rtems/score/address.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cpukit/score/include/rtems/score/address.h b/cpukit/score/include/rtems/score/address.h
index 9b22b3c..3197d45 100644
--- a/cpukit/score/include/rtems/score/address.h
+++ b/cpukit/score/include/rtems/score/address.h
@@ -19,7 +19,7 @@
 #ifndef _RTEMS_SCORE_ADDRESS_H
 #define _RTEMS_SCORE_ADDRESS_H
 
-#include <rtems/score/basedefs.h>
+#include <rtems/score/cpu.h>
 
 #ifdef __cplusplus
 extern "C" {




More information about the vc mailing list