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:
Wendy Liang
2018-07-09 10:06:20 -07:00
committed by wjliang
parent 06d35b84a4
commit ef89a84593

View File

@@ -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" {