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)
This commit is contained in:
Mohammed Khoory
2013-05-06 15:08:12 +02:00
committed by Sebastian Huber
parent a94d46c84b
commit b1ce6f29d2
@@ -23,6 +23,8 @@
#ifndef _RTEMS_SCORE_SPARC_H
#define _RTEMS_SCORE_SPARC_H
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif