summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-03-23 12:59:04 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-03-23 12:59:04 +0000
commita4365e480f182003c2ca120aaee66a00621e662a (patch)
tree01243050514e05fc12441a0bd071e43f59c5993c /cpukit/score/include
parent2004-03-23 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-a4365e480f182003c2ca120aaee66a00621e662a.tar.bz2
2004-03-23 Ralf Corsepius <ralf_corsepius@rtems.org>
* score/include/rtems/system.h: include <stdint.h>.
Diffstat (limited to 'cpukit/score/include')
-rw-r--r--cpukit/score/include/rtems/system.h3
1 files changed, 2 insertions, 1 deletions
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 <stdint.h>
#include <rtems/score/cpu.h> /* 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.