summaryrefslogtreecommitdiff
path: root/ipc/gatekeeper_ipc.cpp
diff options
context:
space:
mode:
authorNick Bray <ncbray@google.com>2018-02-13 15:11:04 -0800
committerNick Bray <ncbray@google.com>2018-02-13 15:11:04 -0800
commit7c72abb5ba400538e0634f9a3caf0104514cdb46 (patch)
tree00acc7e2298a9781ddff4301ab064bda5212ea3e /ipc/gatekeeper_ipc.cpp
parente4bd07680b9ca98347c5ae3785a52f457816f06c (diff)
downloadgatekeeper-7c72abb5ba400538e0634f9a3caf0104514cdb46.tar.gz
Use new include paths.
Also make libhardware header include path explicit. This will make it possible to remove libhardware as a global overlay. Change-Id: Id21968e8b2dbb63e074ca247979530a4d876681e
Diffstat (limited to 'ipc/gatekeeper_ipc.cpp')
-rw-r--r--ipc/gatekeeper_ipc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/gatekeeper_ipc.cpp b/ipc/gatekeeper_ipc.cpp
index e29c2e2..3dd2f87 100644
--- a/ipc/gatekeeper_ipc.cpp
+++ b/ipc/gatekeeper_ipc.cpp
@@ -25,7 +25,7 @@ extern "C" {
#include <trusty_std.h>
#include <trusty_ipc.h>
-#include <err.h>
+#include <uapi/err.h>
#include "trusty_gatekeeper.h"
#include "gatekeeper_ipc.h"