Chromium Code Reviews| Index: src/include/portability_io.h |
| diff --git a/src/include/portability_io.h b/src/include/portability_io.h |
| index 0173881c1190107ee303fb20fc52559be25a69b9..c7c714164f194c69e444bfebb3135d7b9aa78c9a 100644 |
| --- a/src/include/portability_io.h |
| +++ b/src/include/portability_io.h |
| @@ -13,6 +13,8 @@ |
| #include <fcntl.h> |
| +#include "native_client/src/include/nacl_defines.h" |
| + |
| #if NACL_WINDOWS |
| /* disable warnings for deprecated _snprintf */ |
| #pragma warning(disable : 4996) |