summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLuo Ji <ji.luo@nxp.com>2018-08-30 13:49:21 +0800
committerfaqiang.zhu <faqiang.zhu@nxp.com>2018-11-12 09:18:36 +0800
commit3cbf9e37a382acddd7bcf9bdb8c64657b0224d99 (patch)
treeddd2a148065e0c3472232d8cec5a7005797015b9 /include
parent2e419edbe5a9d9c014f640ae3f1bfa753f4b5e59 (diff)
[iot] Fix build break for arm64
Change some includes in include/trusty/sysdeps.h to match our platform. Test: build pass for imx7d and imx8m. Change-Id: I01fd3634413f358ead8c9b67d05def544682c274 Signed-off-by: Luo Ji <ji.luo@nxp.com>
Diffstat (limited to 'include')
-rw-r--r--include/trusty/sysdeps.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/trusty/sysdeps.h b/include/trusty/sysdeps.h
index 04f00e5b806..1f26bbd4c3d 100644
--- a/include/trusty/sysdeps.h
+++ b/include/trusty/sysdeps.h
@@ -29,10 +29,8 @@
* types available in a normal C runtime. At least things like uint64_t,
* uintptr_t, and bool (with |false|, |true| keywords) must be present.
*/
+#include <common.h>
#include <compiler.h>
-#include <stdarg.h>
-#include <stdbool.h>
-#include <stddef.h>
/*
* These attribute macros may need to be adjusted if not using gcc or clang.