summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohammed Khoory <mkhoory@eiast.ae>2013-05-06 19:23:42 +0900
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-05-06 15:08:12 +0200
commitb1ce6f29d2d90efd71fc7ee7459f0385fc0eff4e (patch)
tree4bfb1bd6cd766cef3351b28dd11249695ad9de17
parentbsp/xilinx-zynq: New BSP (diff)
downloadrtems-b1ce6f29d2d90efd71fc7ee7459f0385fc0eff4e.tar.bz2
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)
-rw-r--r--cpukit/score/cpu/sparc/rtems/score/sparc.h2
1 files changed, 2 insertions, 0 deletions
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 <stdint.h>
+
#ifdef __cplusplus
extern "C" {
#endif