summaryrefslogtreecommitdiffstats
path: root/cpukit/score
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-13 15:40:41 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-13 15:40:41 +0000
commit28b63352093eae20d5dd3e62666be6673c1938d5 (patch)
tree2dd9f79fb7100ac848fc50dc656a4d38e0850ca7 /cpukit/score
parent2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-28b63352093eae20d5dd3e62666be6673c1938d5.tar.bz2
2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/include/rtems/rtems/types.h: Include <rtems/stdint.h> instead of <stdint.h>. Conditionally typedef rtems*signed64 types. * score/include/rtems/system.h: Include <rtems/stdint.h> instead of <stdint.h>.
Diffstat (limited to 'cpukit/score')
-rw-r--r--cpukit/score/include/rtems/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/include/rtems/system.h b/cpukit/score/include/rtems/system.h
index 8f9d6f3a1c..d0ca5748a3 100644
--- a/cpukit/score/include/rtems/system.h
+++ b/cpukit/score/include/rtems/system.h
@@ -143,7 +143,7 @@ typedef void * proc_ptr;
#define FALSE (0)
#endif
-#include <stdint.h>
+#include <rtems/stdint.h>
#include <rtems/score/cpu.h> /* processor specific information */
#define stringify( _x ) # _x