From a4365e480f182003c2ca120aaee66a00621e662a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 23 Mar 2004 12:59:04 +0000 Subject: 2004-03-23 Ralf Corsepius * score/include/rtems/system.h: include . --- cpukit/ChangeLog | 4 ++++ cpukit/score/include/rtems/system.h | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index bc2f090e3c..d6b1adbcbb 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2004-03-23 Ralf Corsepius + + * score/include/rtems/system.h: include . + 2004-03-23 Ralf Corsepius PR/589 rtems diff --git a/cpukit/score/include/rtems/system.h b/cpukit/score/include/rtems/system.h index b6a8f95253..8f9d6f3a1c 100644 --- a/cpukit/score/include/rtems/system.h +++ b/cpukit/score/include/rtems/system.h @@ -143,12 +143,13 @@ typedef void * proc_ptr; #define FALSE (0) #endif +#include #include /* processor specific information */ #define stringify( _x ) # _x #define RTEMS_offsetof(type, field) \ - ((unsigned32) &(((type *) 0)->field)) + ((uint32_t ) &(((type *) 0)->field)) /* * The following is the extern for the RTEMS version string. -- cgit v1.2.3