[rga]: include stdint.h to declare uintptr_t

Change-Id: I26148b09420f97ed4d315685ef6fdfe238e4ff48
Signed-off-by: james.lin <james.lin@rock-chips.com>
This commit is contained in:
james.lin
2018-05-16 15:28:03 +08:00
parent 08fbc542a7
commit 71a40faec3

View File

@@ -20,6 +20,7 @@
#include <fcntl.h> #include <fcntl.h>
#include <errno.h> #include <errno.h>
#include <string.h> #include <string.h>
#include <stdint.h>
#include "mpp_mem.h" #include "mpp_mem.h"
#include "mpp_log.h" #include "mpp_log.h"