| Index: components/nacl/loader/nonsfi/irt_interfaces.h
|
| diff --git a/components/nacl/loader/nonsfi/irt_interfaces.h b/components/nacl/loader/nonsfi/irt_interfaces.h
|
| index 78c5bf0a36da8ee662ac05d96acb477b8f733ac5..186b84c25743b281a465a53e35b8f753a438fce0 100644
|
| --- a/components/nacl/loader/nonsfi/irt_interfaces.h
|
| +++ b/components/nacl/loader/nonsfi/irt_interfaces.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "native_client/src/untrusted/irt/irt.h"
|
| +#include "ppapi/nacl_irt/irt_ppapi.h"
|
|
|
| namespace nacl {
|
| namespace nonsfi {
|
| @@ -21,6 +22,7 @@ extern const struct nacl_irt_thread kIrtThread;
|
| extern const struct nacl_irt_futex kIrtFutex;
|
| extern const struct nacl_irt_tls kIrtTls;
|
| extern const struct nacl_irt_clock kIrtClock;
|
| +extern const struct nacl_irt_ppapihook kIrtPpapiHook;
|
|
|
| } // namespace nonsfi
|
| } // namespace nacl
|
|
|