From b1ce6f29d2d90efd71fc7ee7459f0385fc0eff4e Mon Sep 17 00:00:00 2001 From: Mohammed Khoory Date: Mon, 6 May 2013 19:23:42 +0900 Subject: sparc.h: Included stdint.h This header uses uint32_t but does not include stdint.h This may cause problems when compiling applications that include BSP headers that include this file (leon.h for example) --- cpukit/score/cpu/sparc/rtems/score/sparc.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpukit/score/cpu/sparc/rtems/score/sparc.h b/cpukit/score/cpu/sparc/rtems/score/sparc.h index 7436cb8d2d..aa2812d875 100644 --- a/cpukit/score/cpu/sparc/rtems/score/sparc.h +++ b/cpukit/score/cpu/sparc/rtems/score/sparc.h @@ -23,6 +23,8 @@ #ifndef _RTEMS_SCORE_SPARC_H #define _RTEMS_SCORE_SPARC_H +#include + #ifdef __cplusplus extern "C" { #endif -- cgit v1.2.3