summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Crane <sjc@immunant.com>2020-10-16 10:54:53 -0700
committerStephen Crane <sjc@immunant.com>2021-04-19 13:54:29 -0700
commit16ac6d28aeb70cd5fced6f65061cc74058da0484 (patch)
tree7a8dc3c845593c871d3731c3037201f347c00ba5
parent7a1f7d46781d43e4dae6554c436830d8551c77ec (diff)
downloadgatekeeper-16ac6d28aeb70cd5fced6f65061cc74058da0484.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 qemu-generic-arm64-test-debug Bug: 169448829 Change-Id: Id2beaf5bad4853c235cdce68c4b6baea966d73ad
-rw-r--r--trusty_gatekeeper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/trusty_gatekeeper.cpp b/trusty_gatekeeper.cpp
index a24974d..db5ed84 100644
--- a/trusty_gatekeeper.cpp
+++ b/trusty_gatekeeper.cpp
@@ -17,7 +17,7 @@
#include "trusty_gatekeeper.h"
#include <inttypes.h>
-#include <time.h>
+#include <trusty/time.h>
#include <uapi/err.h>
#include <lib/hwkey/hwkey.h>