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 9c0d02e718c0966b880436cd9ce0fcaaee4af14c..550d6673566a267571b1bb2a07a3e64a91db7f14 100644 |
--- a/components/nacl/loader/nonsfi/irt_interfaces.h |
+++ b/components/nacl/loader/nonsfi/irt_interfaces.h |
@@ -15,6 +15,7 @@ size_t NaClIrtInterface(const char* interface_ident, |
void* table, size_t tablesize); |
extern const struct nacl_irt_basic kIrtBasic; |
+extern const struct nacl_irt_fdio kIrtFdIO; |
} // namespace nonsfi |
} // namespace nacl |