| Index: src/untrusted/irt/irt_interfaces.h
|
| diff --git a/src/untrusted/irt/irt_interfaces.h b/src/untrusted/irt/irt_interfaces.h
|
| index 725b43cad5c09076a02f05dbfebf3c11b8f55672..a018927a5acdafe578b83bc259edf1c2e42d1c32 100644
|
| --- a/src/untrusted/irt/irt_interfaces.h
|
| +++ b/src/untrusted/irt/irt_interfaces.h
|
| @@ -32,5 +32,7 @@ extern const struct nacl_irt_dev_getpid nacl_irt_dev_getpid;
|
| extern const struct nacl_irt_exception_handling nacl_irt_exception_handling;
|
| extern const struct nacl_irt_dev_list_mappings nacl_irt_dev_list_mappings;
|
| extern const struct nacl_irt_code_data_alloc nacl_irt_code_data_alloc;
|
| +extern const struct nacl_irt_private_pnacl_translator_link
|
| + nacl_irt_private_pnacl_translator_link;
|
|
|
| #endif /* NATIVE_CLIENT_SRC_UNTRUSTED_IRT_IRT_INTERFACES_H_ */
|
|
|