summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Crane <cranes@google.com>2021-10-29 16:49:48 -0700
committerStephen Crane <cranes@google.com>2021-10-29 16:49:48 -0700
commitf7a756235d2effa4ea38cab93a1f22052564d7f2 (patch)
tree60bb027085e4564a16afd0a99c957918cbcaebe1
parentd3720d2b03704f4050380d854e0f0d10d71bbbb3 (diff)
downloadnxp-f7a756235d2effa4ea38cab93a1f22052564d7f2.tar.gz
Update references to trusty-specific libc headers
Trusty-specific libc headers have moved to trusty/*. Updates references to these headers with the new path. Test: build.py imx7d Bug: 169448829 Change-Id: Ic4b66c20cc9039b7e8ca49d08e099904efe9899b
-rw-r--r--app/hwcrypto/caam.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/hwcrypto/caam.c b/app/hwcrypto/caam.c
index 0d6f908..2db6173 100644
--- a/app/hwcrypto/caam.c
+++ b/app/hwcrypto/caam.c
@@ -37,6 +37,7 @@
#include <stdlib.h>
#include <string.h>
#include <sys/mman.h>
+#include <trusty/sys/mman.h>
#include <uapi/err.h>
#include <imx-regs.h>