summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/h8300/rtems/score/types.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-01-24 03:54:22 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-01-24 03:54:22 +0000
commitb9b531f9ff33c96d51546ce4200c63810c614c1b (patch)
tree79249bdd8dc4a24d82e3a67cc3c7e0b7ede8afdc /cpukit/score/cpu/h8300/rtems/score/types.h
parent2005-01-23 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-b9b531f9ff33c96d51546ce4200c63810c614c1b.tar.bz2
2005-01-24 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/score/types.h: #include <rtems/stdint.h>.
Diffstat (limited to 'cpukit/score/cpu/h8300/rtems/score/types.h')
-rw-r--r--cpukit/score/cpu/h8300/rtems/score/types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/score/cpu/h8300/rtems/score/types.h b/cpukit/score/cpu/h8300/rtems/score/types.h
index 3896816a25..121b9e566c 100644
--- a/cpukit/score/cpu/h8300/rtems/score/types.h
+++ b/cpukit/score/cpu/h8300/rtems/score/types.h
@@ -21,6 +21,8 @@
#ifndef ASM
+#include <rtems/stdint.h>
+
#ifdef __cplusplus
extern "C" {
#endif