mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-29 09:19:06 +08:00
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:
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
|
||||
|
||||
Reference in New Issue
Block a user