Index: src/trusted/service_runtime/sel_ldr.h |
diff --git a/src/trusted/service_runtime/sel_ldr.h b/src/trusted/service_runtime/sel_ldr.h |
index c19fff9a9d944ab7ff178dc0a2b9cc5415c243bc..07be45e3505dcd41b832dd0135d1e2b8f7584e8b 100644 |
--- a/src/trusted/service_runtime/sel_ldr.h |
+++ b/src/trusted/service_runtime/sel_ldr.h |
@@ -51,6 +51,7 @@ |
#include "native_client/src/trusted/service_runtime/name_service/name_service.h" |
#include "native_client/src/trusted/validator/cpufeatures.h" |
+#include "native_client/src/trusted/validator/validation_cache.h" |
EXTERN_C_BEGIN |
@@ -298,6 +299,7 @@ struct NaClApp { |
NaClCPUFeatures cpu_features; |
+ NaClValidationCache *validation_cache; |
int ignore_validator_result; |
int skip_validator; |
int validator_stub_out_mode; |