mirror of
https://github.com/OpenAMP/open-amp.git
synced 2026-02-06 02:54:32 +08:00
rpmsg: retarget: use stdint.h instead of sys/types.h
sys/types.h is not available in some compiler, uses stdint.h for uintX_t or intX_t types. Signed-off-by: Wendy Liang <jliang@xilinx.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
#include <metal/mutex.h>
|
||||
#include <openamp/open_amp.h>
|
||||
#include <sys/types.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#if defined __cplusplus
|
||||
extern "C" {
|
||||
|
||||
Reference in New Issue
Block a user