summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems/system.h')
-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