Index: ppapi/nacl_irt/DEPS |
diff --git a/ppapi/nacl_irt/DEPS b/ppapi/nacl_irt/DEPS |
index b759edfb598e6683e4a575e368d0c8935909262b..8e4bc776b366f1eb2dabb3be4f40419485015d7d 100644 |
--- a/ppapi/nacl_irt/DEPS |
+++ b/ppapi/nacl_irt/DEPS |
@@ -10,6 +10,7 @@ include_rules = [ |
"+native_client/src/shared/srpc/nacl_srpc.h", |
"+native_client/src/untrusted/irt/irt.h", |
"+native_client/src/untrusted/irt/irt_private.h", |
- # The IRT also needs to know the sysconf enums. |
+ # The IRT also needs to know the errno and sysconf enums. |
+ "+native_client/src/trusted/service_runtime/include/sys/errno.h", |
"+native_client/src/trusted/service_runtime/include/sys/unistd.h", |
] |